Other Parts Discussed in Thread: LAUNCHXL-CC26X2R1, SYSCONFIG
Tool/software:
Hello expert,
Environment LAUNCHXL-CC26X2R1
SDK:simplelink_cc13xx_cc26xx_SDK_7_40_00_77base
Example:ble5stack(simple_peripheral_oad_onchip)
I have a question about the "Non-Volatile Storage" area in Flash.
Is it possible to implement "osal_snv_read/write" and "NVS_read/write" functions at the same time?
In the environment, the default setting of sysconfig is (Internal Flash) Region Base:0x34000 Region Size:0x4000.
For example, is it possible to set the Region Size to half 0x2000, then the region 0x34000-0x36000 uses OSAL SNV to manage memory,
also 0x36000-0x38000 uses NVS_read/write to read and write non-volatile memory with addressing?
Regards,
A.Fujinaka