No more EEPROM with Giga R1, how to use flash

Hi @rangerman24. The GIGA R1 WiFi board's core is based on the Mbed OS operating system. Mbed OS provides a "KVStore" API which allows you to store data in the non-volatile flash memory.

Some examples of how to use the Mbed OS "KVStore" API in Arduino sketches are provided here:

and here:

Even though those discussions were about other boards, they are equally applicable to the GIGA R1 WiFi since the KVStore API is available when using any of these Arduino boards that have an Mbed OS-based core.

1 Like