I think I found the answer on my own. There is 1.08KB of Emulated EEPROM memory in Flash that can be used for storing data.RickHaleParker wrote: ↑07 Nov 2021, 11:16 Where would you store the data on a Teensy 4.0 other then volatile RAM?
"EEPROM
1080 bytes of emulated EEPROM memory is supported. Writing to this memory temporarily stalls code execution from flash. The EEPROM library is typically used to access this memory. AVR libc functions may also be used."






