Memory allocation and parser errors

Questions and discussion about running MicroPython on a micro:bit board.
Target audience: MicroPython users with a micro:bit.
Post Reply
pmulvey
Posts: 45
Joined: Sun Jul 29, 2018 8:12 am
Location: Athlone, Ireland

Memory allocation and parser errors

Post by pmulvey » Mon May 04, 2020 9:15 pm

Just started micropython on the microbit having spent some time writing code for the Esp8266. With relatively small programs I'm getting memory allocation errors, and errors about the parser unable to handle scripts. Is micropython very limited on this platform compared to the Esp8266?
Paul Mulvey

shaoziyang
Posts: 363
Joined: Sun Apr 17, 2016 1:55 pm

Re: Memory allocation and parser errors

Post by shaoziyang » Tue May 05, 2020 1:26 am

yes, microbit only has 16kb sram.

Post Reply