hi
i want to erase my Atmega32 Eeprom completely. i thinks that can do it with WRITEEEPROM command. but i don't know how can i find beginning of Eeprom address and end of it.
i think a code like below can erase all of Eeprom :
[code:1:55da58de02]
for i=beginning_of_eeprom to end_of_eeprom
WRITEEEPROM 255
waitms 10
next
[/code:1:55da58de02]
[b:55da58de02][color=red:55da58de02](BASCOM-AVR version : 2.0.7.6 )[/b:55da58de02][/color:55da58de02]
↧