Hello,
I am using TI DMM_15.4_Remote_Display example. I went through the ssf.c file and found the instances where read and write are being used. I followed the nv_external example in Resource Explorer and also referred to this e2e link -->
My main objective is to store the information received from the BLE app in the NV memory. I found the read/write functions and tried to replicate the same in remote_display code in BLE. But I am confused with the 3 types of ID's that are being used.
Also, if I want to store the data coming from BLE to NV, then, are the following configurations correct? What should be the itemID and subID?
/* Setup NV ID */
id.systemID = NVINTF_SYSID_BLE;
id.itemID = 0;
id.subID = 0;
I tried with the above configuration, but the sensor node stopped sending 15.4 data as soon as I changed the Reporting_Interval from the Mobile app.
With the changes mention, can you help me in knowing if I am headed in the right direction and/or what changes will I have to do to make it work?
Thanks and Regards,
Yash.