#avr Logs

Jan 31 2022

#avr Calendar

01:35 AM specing_ is now known as specing
08:24 AM kl1n3 is now known as kline
03:21 PM Kabriel: I have a piece of legacy code that runs on an 2560. The parameters they store in the eeprom are written to 3 different eeprom memory locations. On a device restart, it reads the 3 eeprom memory locations to make sure the values are all the same, and if not, it does a reset back to the programmed initial value.
03:21 PM Kabriel: Is this a normal way of using the eeprom -- that is, writing every value to 3 locations? Seems odd.
03:25 PM Rab: Sounds fault-tolerant to me, at the expense of wearing out the eeprom faster if there are a whole lot of parameter saves.
05:18 PM Kabriel: Thanks Rab.