Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SoftDevice induced reset?

What are the situations where a SoftDevice calls reset handler?

I have a somewhat heavy data collection (lots of event handling) and those things are logged via RTT backend (non-deferred).

After about 3 min run, SoftDevice (s132_nrf52_7.0.1_softdevice) calls reset handler.

The call happens at address 0x25296, which seems to be in the SoftDevice image.

The system runs on nRF52832.

Related