Open Dantali0n opened 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
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:
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