how much code may be sent to BBC micro:bit? #7378
Unanswered
espruino-discuss
asked this question in
Other Boards
Replies: 1 comment
-
Posted at 2020-06-09 by @gfwilliams Hi - sorry for the delay, just saw this. In terms of RAM it's However there is 2k of flash available, and if you save code to flash it'll be executed from there and won't use RAM, so I'd suggest doing that - so you get 2k of code space plus 3k of RAM. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2020-04-27 by Andreas_Rozek
Hi folks,
given the low amount of free memory in a BBC micro:bit
is there an estimate of how much code may be sent to that device without causing a LOW_MEMORY error?
That code should also be able to be saved, of course.
Or, is there way to build larger code from smaller pieces (e.g. by saving individual functions rather than a whole bunch of them)?
Thanks in advance for any help!
With greetings from Germany,
Andreas Rozek
Beta Was this translation helpful? Give feedback.
All reactions