Does anybody know how to store data on the SAMD51 (WIO Terminal)?
The SAMD51-based microcontroller has no built-in EEPROM but I found a library FlashStorage_SAMD (GitHub - khoih-prog/FlashStorage_SAMD: The FlashStorage_SAMD library provides a convenient way to store and retrieve user's data using the non-volatile flash memory) which can emulate an EEPROM, from the non-volatile flash memory.
This library is unavailable for XOD, but hopefully, anybody will create a node for it.
Other solutions to store data and retrieve it again after power off, are welcome.
Does anybody have any ideas, please?
Adding an SSD card and using existing XOD libraries might be an easier solution