Arduino-pico implements a EEPROM, specific in this line on EEPROM.cpp has a symbol needed to work the library. Is there a way to implement this on pico-sdk to have a simulated EEPROM like arduino-pico?
I tried to implement by my own with pure pico-sdk with some flags on cmake to change the linker script to my customized one, but without success. The rp2350 doesn't boot with, just open in BOOTSEL mode again.

Arduino-pico implements a EEPROM, specific in this line on EEPROM.cpp has a symbol needed to work the library. Is there a way to implement this on pico-sdk to have a simulated EEPROM like arduino-pico?
I tried to implement by my own with pure pico-sdk with some flags on cmake to change the linker script to my customized one, but without success. The rp2350 doesn't boot with, just open in BOOTSEL mode again.