|
While the RP2040 has lots of onboard RAM (264KB), it does not have built in FLASH memory. Instead that is provided by the external QSPI flash chip. On this board there is 2MB, which is shared between the program its running and any file storage used by MicroPython or CircuitPython. When using C/C++ you get the whole flash memory, if using Python you will have about 1 MB remaining for code, files, images, fonts, etc. |
Repo is missing/deleted
[MicroPython port](https://github.com/raspberrypi/micropython)
circuitpython-org/_board/raspberry_pi_pico.md
Line 31 in 772572e
Repo is missing/deleted
[MicroPython port](https://github.com/raspberrypi/micropython)