- This topic has 5 replies, 3 voices, and was last updated 10 years ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › avr eeprom data change
sir/mam,
i can’t understand the problem i am getting with eeprom. The eeprom data got changed when i try to on/off power supply many times simultaniouly..also my data got changed when i pressed the reset button many times..i can’t understand why my value at eeprom got changed.
It should not happen, please check if there is any errors in your code which will get affected due to this process. Imagine what will happen when the power goes off before a byte get completely written, research on that!
what you want to do actually?
what is your application?
I want to store phone numbers..in the eeprom which does not change even if the voltage fluctuates. i am working with gsm i want to to store first five numbers of calling subscriber.
Suggest you to post your code here.
how r u storing numbers in to EEPROM of AVR?
in your source code itself?
means in the program you are writing phone numbers?