For our application we are using the nRF9160 and we need low re connection / reset timeouts.
Sometimes during a bad chain of events our application will trigger the reset loop of the modem.
We have tried to construct our firmware in a way that prevents this loop from occurring but it's difficult to test if the devices recover from the reset loop.
Is there a way to trigger the reset loop restriction from software?
Currently to test reset loop behavior we need to flash a firmware that rapidly enables the modem and resets the device to trigger the restriction, this makes it harder to test for in our integration tests before a firmware release.
Any recommendations to test reset loop recovery are welcome.