Question
EEPROM Write Problem at Power-down
Posted on January 23, 2018 at 21:58
Hi,
I am using the STEVAL-IHM041V1 demo board to develop my own application. The mcu
is STM8S103F3P6. I checked the EEPROM locations to verify that the EEPROM read/writeare fine when the +5V is stable. But I have problem trying to save the last data settings to EEPROM after the power has been removed. The EEPROM write is happening before the +5V drops below 3V(BOR voltage). But it didn't work and I didn't get thelast saved data from EEPROM read once the board is powered up again. Why? Does anyoneexperience similar problem?