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.

Intermittent CC3200 Crashing

Other Parts Discussed in Thread: CC3200-LAUNCHXL, CC3200

A bit of information about my setup

Service Pack 1.0.0.1.1

CC3200-LaunchXL v3.2

CCS v6.0.1.40

CC3200 SDK V 1.0.0

I've been having intermittent issues with the CC3200 code crashing every few minutes to few hours. Each time the code crashes, the debugger seems to wind up in either the FaultISR() function, or the prvTaskExitError() function. I have one task alongside the SimpleLink task (imagine something similar to the Out Of Box example that  comes with the SDK

Reading the comments surrounding both of the functions, it says that state is preserved for inspection, What should I be looking at?

What usually causes these issues?

What are good ways to avoid/diagnose intermittent issues like this?

Thanks in advance for the help