i need to store some 100 bytes of non volatile data in cybt-343026 flash and i need to read and write the data on runtime.
i know the memory layout of cybt-343026 but in which address i need to store and which API i need use i am having doubt can any one help regarding this one.
Solved! Go to Solution.
Hi HaGo_4718696,
You can use NVRAM to store some non volatile data. Please check /20706-A2_Bluetooth/include/wiced_hal_nvram.h, The starting address can be used as 0x01 (WICED_NVRAM_VSID_START) as mentioned in this header file.
Hi HaGo_4718696,
You can use NVRAM to store some non volatile data. Please check /20706-A2_Bluetooth/include/wiced_hal_nvram.h, The starting address can be used as 0x01 (WICED_NVRAM_VSID_START) as mentioned in this header file.