I am new to Nordic and i am using nRF52840 microcontroller, - SDK 15.2.0 - s140
When i program the microcontroller it gives me error message that my flash storage is full. I have defined my own Flash storage to save the Paramter Objects in to memory. My program was running fine until i included bluetooth in my application.
- Bluetooth & my flash storage does not work together - my program crashes in Peer manager
- bluetooth works if I disable my flash storage
- flash storage works if I disable bluetooth
After debugging i believe the error is happening because bluetooth uses FDS storage which does not work with my storage . how do i solve this issue?
Thanks & Regards
S Oommen