This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I also had the issue in the above closed thread this past weekend. I am running the CC3100 with the MSP430FR5969. I am sending short UDP messages to a server and then going into LPM3. The process repeats after every sleep period. My test ran for a longer period of time, so maybe it will help, although my sleep periods are pretty long. I sent 74 messages over the course of many hours before I got hung up here.
Perhaps SL_ERROR would be better to use than SL_ASSERT so that the application code can decide what to do if the error occurred.
What causes this error though? My serial port monitor shows that my last message was sent, connection was closed, and the device was disconnected from the ap. I would normally get two more messages that the CC3100 was turned off and that the MSP was going to sleep.
I intend to add the watchdog function once my application code is more stable, but I wouldn't want the watchdog to have to have to come to the rescue every day.
Hi Salvatore,
Can you try something for me? Please try your normal program, but without putting the MSP430 to sleep ever.
Thanks,
Aaron
Aaron,
Thanks for your response.
I implemented your requested change. I'll keep it running and let you know how it does.
Thanks,
Sal
We've reached message 244 now. It looks like there is some connection to this problem with LPM3. Obviously, I would like to exploit LPM3 mode in my product. Is there anything I need to know to keep it working? Is there some peripheral that I need to re-initialize after exiting LPM3 mode (ie spi, digital clock, etc)?
I'm ending this test now and moving on with other development.
Thanks for your help!