Support Home Portal Log in
Open navigation

Common Reset Reasons

When a device resets, you will typically see a log such as the one below:

Debug[GEN][Crit]: VBat = 4888 mV, Reset = 0X4, Watchdog = 0x1

There are two values that are of interest here - the reset and watchdog reset reasons. The reset reasons tell you what kind of reset occurred - typically either a power on, brownout, or a firmware initiated reset. If the firmware initiated the reset, then the watchdog reason will tell you why.


Reset Reasons

The following are the most common reset reasons:

Reset ReasonExplanationApplicable Devices
0x1Power on reset. This mainly occurs when power is first supplied. It can also occur during severe brownouts.All DM devices.
0x2Brown out reset. The voltage dipped below the brown out threshold. Typically seen when batteries are depleted. Battery insertions can also appear as brownouts occasionally.All DM devices.
0x4Watchdog reset. The firmware reset the device. The reason it did so is detailed by the watchdog reset reason.All DM devices
0x10/0x14Under voltage lockout reset. The voltage dipped below the minimum voltage threshold. Typically seen when batteries are getting low.Battery powered devices.
0X110/0x101
Indicative of flash issues. 0x101 being an issue reading the flash, and 0x110 being an issue powering the flash.

0XA
Reset from Provisioning Tool
All CAT-M1/NB-IoT Devices
0XC
Brown out Reset

0X8
power on reset & Brown out

Watchdog Reset Reasons

Watchdog reasons less than 0x100 are manually initiated resets, whilst watchdog resets greater than or equal to 0x100 are caused by the device resetting itself to try and rectify an error state. The watchdog reasons greater than 0x100 tend to be device specific and are far less frequent so are not included here for brevity.

Common Watchdog Reset Reasons

Watchdog Reset ReasonExplanationApplicable Devices
0x0Either not a watchdog reset, or an unknown error occured.All DM devices.
0x1App reset. This occurs when the device resets itself due to changed conditions. Typical reasons include:
  • The parameters were updated
  • Firmware was downloaded
  • The device must switch to recovery mode/back to normal operation
  • A reset async message was received
All DM devices.
0x2No comms. The device could not communicate with the server for 3 days or more. The device resets itself to retry an upload with loose upload restrictions. This also triggers the use of backup admin params when applicable.All DM devices.
0x3SMS reset. The device received an SMS command to reset. On some devices, the app reset (0x1) is used instead.Mainly powered devices.
0x4Async message reset. The device recieved an async message command to reset. On some devices, the app reset (0x1) is used instead.Mainly powered devices.

Battery Powered Watchdog Reset Reasons

Watchdog Reset ReasonExplanationApplicable Devices
0x5Backup admin params expired. The device was testing the backup admin params and is now reverting back to the standard admin params.Battery powered devices.

Powered Watchdog Reset Reasons

Watchdog Reset ReasonExplanationApplicable Devices
0x5Under voltage lockout reset. The uvlo was triggered. This is typically seen when the external voltage is too low and the backup battery is depleted.Powered devices.
0x6Backup admin params expired. The device was testing the backup admin params and is now reverting back to the standard admin params.Powered Devices.
Watchdog = 7Reboot due to modem updatePowered devices

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.