Hello,
On my nRF9160 custom device, I have enabled XPOFWARN to automatically switch off the modem in case the voltage gets too low. It's working fine.
This case happens when my device is not installed, as it is store without its antenna. In this situation, the TX power is increased which leads to battery voltage dropping (because my battery is not strong enough). The XPOFWARN does a great job at stopping the modem, preventing the battery to drop even lower, which would lead to brownout reset.
I was wondering if this case can lead to a reset loop ? My device tries to connect to the network every 15min. But if the battery is low, or if the antenna is removed, the modem will automatically be switched off.
The reset loop trigger after 7 resets. Is there any time restriction on this ? Is it 7 reset in 1h/day ? Of is it simply 7 reset in a row, without any proper switch off ?
Also, is there a way to read if the device is in the reset loop ? Or does it only work with %MDMEV ?
Thanks.