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

I want to write bonding information in the external area

Hello.
I am developing using nrf52832 (S132 v7.0.1, SDK v16.0.0).

I use whitelist to store bonding information.
This bonding information is written to the flash area using FDS, but I would like to write the bonding information in an external EEPROM or the like.

Is it possible to expand the external EEPROM etc. as an area to write the bonding information, or to duplicate the bonding information in the EEPROM etc.?

I would like to know the materials and methods.

Thank you.

Parents
  • Hi Kei, 

    Is the requirement to keep bonding information in external EEPROM a hard requirement ? Could you give more info on why you need to store the data externally ? 
    As explained in the other case, you can extend the number of page for FDS (in the internal flash) hence extend the number of bonded peers that you can store. 

    FDS doesn't support external flash out of the box. What you need to do is to modify the fstorage backend (fstorage is used by fds) to store the data on external flash instead of internal flash. 

Reply
  • Hi Kei, 

    Is the requirement to keep bonding information in external EEPROM a hard requirement ? Could you give more info on why you need to store the data externally ? 
    As explained in the other case, you can extend the number of page for FDS (in the internal flash) hence extend the number of bonded peers that you can store. 

    FDS doesn't support external flash out of the box. What you need to do is to modify the fstorage backend (fstorage is used by fds) to store the data on external flash instead of internal flash. 

Children
Related