As of SDK 2.0.0 you don't need a custom linker script
Do
Note the comment is important as the CMake build looks for that
Also why do you have yours set at 128M - that is impossible!
Do
Code:
// pico_cmake_set_default PICO_FLASH_SIZE_BYTES = (4 * 1024 * 1024)#ifndef PICO_FLASH_SIZE_BYTES#define PICO_FLASH_SIZE_BYTES (4 * 1024 * 1024)#endif
Also why do you have yours set at 128M - that is impossible!
Statistics: Posted by kilograham — Thu Aug 15, 2024 4:42 pm