Hi,
I am using cc1350 and running TI 15.4 stack sensor_cc1350lp example on it . I am using a temperature sensor which needs to be calibrated one time for sensitivity and offset.I want to store those value in the NV memory.
So far I disabled the NV restore from the stack example and I am able to write it in the NV memory using NV_write and NV_read function.But I am bit confused about how to deal with the scenario when NV_RESTORE is in picture.How should I keep a track of where the data should be written write now my offset is zero as those values are the only values which are being written but In case of NV restore there will be more information in the NV.
Please suggest how to deal with this scenario.
Thanks And Regards
Stuti