Closed maxgerhardt closed 3 years ago
Should be fixed by https://github.com/arduino/ArduinoCore-mbed/blob/master/patches/0084-Nano-RP2040-Connect-force-flash-size-to-16MB.patch which was merged as https://github.com/arduino/ArduinoCore-mbed/commit/a09bee8418012267fde2d8f0bbd90fa7570a23ed and will be part of the upcoming core release
Per
https://github.com/arduino/ArduinoCore-mbed/blob/52f7f1583b29bb35811ab71b9b2fd3498b7eed99/variants/NANO_RP2040_CONNECT/linker_script.ld#L1-L7
this board has 2MByte flash. but if I look at Earle Philhower's core here
it has 16 MByte of flash. Same as the product page says.
Is the linker script just wrong or is there a technical limitation with the sketch size being limited to 2MB?