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

Potential clash between clear function in Pstorage and BLE NUS string function

We have a potential application where we have to send data over BLE at 3kbps and store in external flash memory at 8kbps. The last memory accessed in external flash memory is stored in internal ROM of NRF52. But when we tried to clear and update the ROM with the recent address along with the BLE transmission, the firmware is crashing when it is stepping into pstorage_clear function. It works when the BLE transmission rate is lesser(eg: 2kbps). Please provide us some suggestion.

Related