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

Fstorage cause NMI exception in sdk 12.3.0

got the same fstorage issue as the following link described, in nrf51822, sdk 12.3.0.
My project both use the fds and fstorage and peer manager. But my flash operation is blocking mode, as this thread explained, this issue should not happen since he use nonblocking mode.

My flash operation process is as following:

fs_erase->waiting finish->fs_store->waiting finish.
https://devzone.nordicsemi.com/f/nordic-q-a/22034/possible-race-condition-in-fstorage-causes-nmi-interrupt

The following link is the Screenshot of the call stack.

https://pan.baidu.com/s/1RcG6hRBvevEGF3pfLiTK8Q

Related