Search found 2 matches

by Pingza
Tue Apr 24, 2018 5:41 am
Forum: Other Boards
Topic: STM Discovery F3
Replies: 0
Views: 1265

STM Discovery F3

Has anyone had any success getting Micropython running on a F3 board. According to the Micropython specs the minimum requirements are 256k ROM and 16k RAM... The Arm Mpu on this board has 256k ROM and 48k RAM which would seem sufficient. Before attempting it myself I just want to check if anyone has...
by Pingza
Sun Apr 22, 2018 8:20 am
Forum: Development of MicroPython
Topic: How does VM handle source code?
Replies: 3
Views: 2716

How does VM handle source code?

Hi all I am trying to wrap my head around the internal mechanism that the translation of source to machine code and can't seem to find a clear answer based on the fragments I have found online. - Does the VM translate source line by line only i.e treat source like REPL? - Can the VM compile the whol...