Regarding flash in cybt-343026

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
GHKC
Level 3
Level 3
10 replies posted 10 questions asked 5 replies posted

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 oneCYBT-343026-01_MEMORYLAYOUT.PNG.

0 Likes
1 Solution
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

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.

View solution in original post

1 Reply
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

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.