Bug in Sierra Wireless Software Suite Recovery Mechanism?

See: https://forum.sierrawireless.com/t/multiple-resets-stop-application/4319/2

There seems to be a bug in the recovery mechanism:

After an application has been stopped by the “Recovery Mechanism” due to crashing repeatedly, AT+WOPEN=7 (show application’s current state) replies +WOPEN: 7,0 - which means, “application is not started (current mode is AT+WOPEN=0)”
This makes sense.

But, in this state, AT+WOPEN=3 (erase Flash Objects) replies +CME ERROR: 532 - which means, “the embedded application is activated so the objects flash (sic) are not erased”
This does not make sense!

Similarly, in this state, AT+WOPEN=4 (erase application) replies +CME ERROR: 3 - which means, “Operation not allowed”
This also does not make sense - and is, presumably, related to the same issue?

But, in this state, AT+WOPEN? replies +WOPEN: 1 - which, presumably, means, “application is started (current mode is AT+WOPEN=1)”

This does not make sense - but explains the other responses!

yup, i found that also.

(sorry, don’t have anything constructive to add)

We have same issue.
What is worse – there is no way out of it for embedded box.
In fact, it is quite easy to get the module into this state. For example, flood ping it with UDP packets (if it has network interface). This will cause watchdog reset. Keep doing it and, after few resets, module will go into recovery mode.
As far as I know there is no way out of this mode beside reset.
Assuming modem is burried inside remote appliance…

I have logged a TRM request about this issue, but, so far, no useful response.
Let us know if you find anything.

Thanks,
Rudolf Ladyzhenskii
SymStream

I agree that it’s not great for devices in the field! :unamused:
However, 2 possible escape routes could be:

  • AT+WRST :question:
  • Use an external watchdog device

I don’t think that should trigger the recovery mechanism?
I think the recovery mechanism should only take effect when the reset occurs “immediately” on startup?

Is the “flood ping” a bug in WIP, or a bug in your application? Either way, the bug should be fixed!

Undocumented feature:
AT+WOC=“RECOV”,0 // turn recovery mechanism off
AT+WOC=“RECOV”,1 // turn recovery mechanism on

I believe, recovery mechanism triggers if reset occurs within 30s from boot.