Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nanorp2040connect flash size to be full 16mb #43

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

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.

None yet

1 participant