I am using nrf52832, softdevice S112 and SDK 17.1.0. I am running the peripheral ble_uart example continuously with the central device sending connects and disconnects in loop.
I see that after a while the peripheral resets/reboots. After the reset when I read NRF_POWER->RESETREAS the value is 0x10004 (Soft Reset Detected).
What does this reset reason mean? How can I debug the root cause of this reset?