Open
Description
I save information in a variable defined as follows:
uint64_t __uninitialized_ram(_persistent);
On the RP2040 Pico this survives both a H/W reset (switch) and a watchdog reset
On the RP2350 it is corrupted by a H/W reset but works as expected with a watchdog reset
sdk 2.1.0, GCC 13.3.1, VSCode on W11