Hi all,
I am implementing a counter system which will record down every count of an event into eeprom. The way I'm using is, whenever the even occurs, counter will incremented by one, and the value will be saved into eeprom. However, I realize that this way is a kinda wasting of time and resources (if i am not mistaken, there is a limitation for writting data into PIC's eeprom in number of time). Hence, I am thinking of another way, ie. whenever PIC detect the voltage supply is low, it will only backup the data into its eeprom instead of writting data continuously into eeprom (it will caused damage to eeprom). Is there anyway to implement it in Pic Basic? Thanks
cheers,
Bookmarks