Hello TI,
I have to store a app specific structure in NV memory and then have to retrieve it.
I tried to do that as mentioned below but I can not able to do it correctly.
I defined a NV item id for the app
#define NV_APP_DATA_ID 0x0402
and then I initialize the memory OSAL apis and then i write the bytes into NV.
But when I read it it is showing some garbage value.
So please guide me for the above.
Regards
SS.