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.