Flash layout on micro:bit V2 #18127
Unanswered
kevinjwalters
asked this question in
nRF
Replies: 1 comment 2 replies
-
|
I assume you're using the "microbit-foundation/micropython-microbit-v2" Try changing the src/codal_port/filesystem.ld and recompile. Compiling with this gave me: The gap at the beginning (0x00000..0x00fff) is for the bootloader. I do not have microbit v2 board, so I cannot test the firmware. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What's stored in the flash storage on the nRF52833 main microcontroller for MicroPython? When you compile it there's a handy little table at the end. Is this a complete picture? Why is there a gap at the beginning (
0x00000to0x00fff)? Does anything else get put in the0x73000to 0x7ffff` gap?Beta Was this translation helpful? Give feedback.
All reactions