Search found 1 match
- Mon Sep 18, 2023 10:52 am
- Forum: General discussion
- Topic: FlashStorage STM32 - How to save, update and read data for beginner
- Replies: 3
- Views: 15119
Re: FlashStorage STM32 - How to save, update and read data for beginner
The WRITTEN_SIGNATURE is just a value you can use to check if the EEPROM has been initialized or not. You can set it to any 32-bit integer value you like. It's used as a marker to determine whether CRM data enrichment has been written to the emulated EEPROM before or not. The value 0xBEEFDEED is ...