You are reading a single comment by @AkosLukacs and its replies.
Click here to read the full conversation.
-
The VL Discovery has only 128k flash, and there is some space reserved for saving code, so the board can run code standalone.
Do you know where the space for saving code is reserved? Because I haven't found
'saved_code'
defined in the board definition file STM32VLDISCOVERY.py.
Because there is no more space :)
The VL Discovery has only 128k flash, and there is some space reserved for saving code, so the board can run code standalone.
You can compare the board files, for example PICO vs VL Discovery. That Discovery board only includes
neopixel
, and hasSAVE_ON_FLASH
- removing bunch of features. While the PICO has USB, networking, graphics, encryption etc libraries built-in.