Is there a Flash memory map for the Clue similar to this one:
https://learn.adafruit.com/bluefruit-nr ... memory-map
I assume first 152k of Flash are reserved for the Nordic SoftDevice on all nrf52 boards, including the Clue. But are the last 48k reserved for the bootloader? And what about the 28k shown as "user data" for the bluefruit-nrf52-feather? It sounds like it is used for a Little Filesystem by the mbed system but I am using the Arduino platform so maybe that's not needed?
MicroBlocks stores user code in Flash memory, so I want to be sure it doesn't overwrite an area that's reserved for something critical, such as the AdaFruit bootloader. At the same time, I'd like to maximize the amount of Flash memory available for MicroBlocks user code.
Last question: Assuming part of Flash is reserved for the AdaFruit bootloader, is that area of Flash write-protected as it is on some other microcontrollers?
Thank you!