This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

What does the flash address of storing bonding information based S132 SoftDevice v6.1.0?

Dear all,

         I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96. Now I want to store some data in the flash of nRF52832 but I worry I will destory the bonding information which has already stored in the flash when I don not know it's storing address. 

        By reading the "infocenter" of Nordic website, I find the best way for me is to use Flash Storage module when I want to store some data other than using softdevice flash functions. But I can not understand what does the meaning of the word "backend" as a foreign people although I have read it many times. Whether there are detailed explanations about the word "backend" as it is used for Flash Storage module?

       Another question is that when I initialize a instance of Flash Storage by using nrf_fstorage_init( ) by referring the "infocenter", whether I can use the same backend which is already used in the function nrf_fstorage_init( ) by another instance ?

Parents Reply Children
No Data
Related