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

Mesh Flash Manager coexist with Flash Data Storage

My Project involves adding BLUETOOTH mesh to a current product.

In that product we use the Flash Data storage library to read and write flash. The SDK for mesh documentation says to use the mesh flash manager.

Since the FDS uses the softdevice for writing and reading the flash, do I need to change to the flash manager?

I would rather not change something that works, if I do not have to!!

Parents
  • Hi Jay, 

     

    The fds uses fstorage and fstorage uses softdevice for writing and reading flash. 

    fds can't use flash manager by now. 

    We haven't run the full test though, but you can have both fds and flash manager working at the same time. You just need to configure the flash area so that they don't overlapp each other. Have a look here. We have some example combining mesh + BLE in the SDK v2.1.1 that you can follow. 

Reply
  • Hi Jay, 

     

    The fds uses fstorage and fstorage uses softdevice for writing and reading flash. 

    fds can't use flash manager by now. 

    We haven't run the full test though, but you can have both fds and flash manager working at the same time. You just need to configure the flash area so that they don't overlapp each other. Have a look here. We have some example combining mesh + BLE in the SDK v2.1.1 that you can follow. 

Children
Related