platformio / platform-raspberrypi

Raspberry Pi: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/raspberrypi
Apache License 2.0
73 stars 96 forks source link

Fix nanorp2040connect flash size to be full 16mb #43

Open Dantali0n opened 1 year ago

Dantali0n commented 1 year ago

The nanorp2040connect from Arduino has 16mb of flash size not 2mb. See: https://docs.arduino.cc/hardware/nano-rp2040-connect

Compiling from the arduino IDE also shows:

Sketch uses 98233 bytes (0%) of program storage space. Maximum is 16777216 bytes.

The RP2040 has no internal flash at all and is automatically / electrically configured to always use the external flash. See: https://www.raspberrypi.com/documentation/microcontrollers/rp2040.html

Support for up to 16MB of off-chip Flash memory via dedicated QSPI bus