Lost EEPROM settings

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
StYa_3323981
Level 1
Level 1

Has anyone ever seen data that was previously written to the EEPROM disappear? I'm seeing an issue on about 10% of our devices using the CY8C5668AXI-LP010 PSoC have randomly lost settings the next time they are powered on.

0 Likes
3 Replies
GeonaP_26
Moderator
Moderator
Moderator
250 solutions authored 100 solutions authored 50 solutions authored

Please confirm whether you acquire the temperature before EEPROM write functions. For more details please refer to section: Working with Flash and EEPROM of PSoC 5LP System Reference Guide

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Make darn sure that there is no power loss during the time the eeprom is written to.

Bob

0 Likes
StYa_3323981
Level 1
Level 1

Thanks for the info! I was able to verify that we are calling CySetTemp() before writing to the EEPROM. The only thing I have not been able to verify yet is whether or not the device is losing power in the middle of a write.

0 Likes