Other Parts Discussed in Thread: C2000WARE
Tool/software:
Hello,
I have question on the eeprom emulation library [www.ti.com/.../sprade8a.pdf
1. For eg: if we have a set of variables to write to eeprom - Var1-VarN, is it possible to retrieve Var2 by specifying the address of Var2?
Eeprom_Read() function reads the last backed up data.
2. Our use case requires us to back up a set of values into eeprom, readback and restore them upon boot.
3. Additionally it must be possible to read or update an existing eeprom entry out of order. Based on above example, after writing Var1-N we would like to update Var5 along for eg.
Are the above requirements feasible with the eeprom emulation library?
Thanks
Jay