Briez
Member level 5
- Joined
- Nov 30, 2012
- Messages
- 83
- Helped
- 4
- Reputation
- 8
- Reaction score
- 4
- Trophy points
- 1,288
- Activity points
- 1,835
Hello,
-> I want to use internal EEPROM of ATMEGA8 as a non-volatile memory save equipment. I have one project which needs to store count value of variable as a permanently whether power is off. I read datasheet of it and found basic code for it. But when i make power off the value of variable becomes zero. Can anyone tell me how to use 512-byte eeprom memory of atmega8 as non-volatile save memory?
-> I am using avr studio 4 as debugger and compiler.
-> I want to use internal EEPROM of ATMEGA8 as a non-volatile memory save equipment. I have one project which needs to store count value of variable as a permanently whether power is off. I read datasheet of it and found basic code for it. But when i make power off the value of variable becomes zero. Can anyone tell me how to use 512-byte eeprom memory of atmega8 as non-volatile save memory?
-> I am using avr studio 4 as debugger and compiler.