Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi,
SDK is the latest simplelink_f3_sdk being used.
Currently we are using the CC2340R5 for our Bluetooth application and we are in need of add configuring the NVS to store some persistence related data to internal flash.
I have gone through the SDK code which talks about the NVS module with a simple example.
However, I have a doubt on how do we configure the base memory area where the data has to be written.
As per the SDK code, There is an "NVS_Params_init" function which is used to create initialize the NVS module,