Skip to content

Fix nanorp2040connect flash size to be full 16mb#43

Open
Dantali0n wants to merge 1 commit intoplatformio:developfrom
Dantali0n:develop
Open

Fix nanorp2040connect flash size to be full 16mb#43
Dantali0n wants to merge 1 commit intoplatformio:developfrom
Dantali0n:develop

Conversation

@Dantali0n
Copy link

@Dantali0n Dantali0n commented Mar 13, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant