Reset continoustly

Hello,
I have a problem with my OPEN AT aplication, after it’s running and send some message by sockets the application makes a reset. And it is doing that all the time, sending:
+WIND: 3

+WIND: 1

+WIND: 7

https://forum.sierrawireless.com/t/uart2-communication-in-data-mode/5151/2

https://forum.sierrawireless.com/t/continues-wind-responses-from-modem/4114/5

etc

Hello Awneil,

I tink the problem is not the UART configuration or the application crashing as soon as it starts, the reset is random but normaly the applicaction starts, get a ip from the net, send some messatge periodically and after sending more o less 10 message by sockets the application makes a reset, and start another time.
Could you help me?

thank you,

Anna.

Maybe not as soon as it starts - but the problem is certainly that the application is crashing!

In other words, it crashes!

You need to start debugging to find the cause of the crash.

Here are some debugging tips & techniques:

8052.com/faqs/120313

techonlineindia.com/article/ … anner.aspx

Thank Awneil,
but I think is not the code, I think is more about the configuration, is it necessary to reset a watchdog? or do something like that?

On what basis do you think that?

What testing and/or debugging have you done to verify that theory?

See the debugging tips that I linked earlier.

Again, what testing and/or debugging have you done to verify that theory?

The purpose of the Watchdog is to escape from bugs in your code that cause your application to lock up - so, if you think you are getting Watchdog resets, then it is the code!

If you are getting Watchdog resets, then you would be able to see that in Traces and/or Backtraces and/or by checking the adl_InitType when your application starts…