Hello, Dear Volt Tech support team, I’m using the TLE987X chip. I already read the Application note” Infineon-TLE987x_Data_Flash_Handling- AN-v01_01- EN” I want a C programming samples code for 1. Pushing data to EEPROM 2. Fetching data from EEPROM 3. Clearing the EEPROM Thank You
Hello, Dear Volt Tech support team,
I’m using the TLE987X chip. I already read the Application note” Infineon-TLE987x_Data_Flash_Handling- AN-v01_01- EN”
I want a C programming samples code for
1. Pushing data to EEPROM
2. Fetching data from EEPROM
3. Clearing the EEPROM
Thank You
Read less
Yes you can use WDT in this case. When power failure detected, WDT will trigger interrupt, in interrupt routine store required bit/byte in EEPROM. Once power retains read EEPROM and based on retrieved bit/byte update flag. Hope this will answer your question.
Yes you can use WDT in this case. When power failure detected, WDT will trigger interrupt, in interrupt routine store required bit/byte in EEPROM.
Once power retains read EEPROM and based on retrieved bit/byte update flag.
Hope this will answer your question.
See less