Hello, I have a issue about flash_manager module.
When I load a program on processor (that has been previously erased) there is a problem with initialization (flash_manager_add return NRF_ERROR_NO_MEM ) and then with writing data. But when I restart progam everithing works fine (even writing and reading data)
I use:
- nRF52840
-
SDK version: 17.0.0
-
SDK for Mesh version: 4.2.0
I just want the flash_manager to work properly from the beginning.
Thanks in advance for any help or tip!