Tool/software: TI-RTOS
Hello,
I am running a connectivity endurance test with the CC3200.
After a few hours of a connection, I start receiving
[GENERAL EVENT] - ID=[-102] Sender=[5]
from the simplelink driver. I am using TI-RTOS for Simplelink v16.9.0.LTS with service pack 1.0.1.11-2.9.0.0. During this time, the device cannot connect to Wi-Fi and continues to receive the error with a random interval between 2 and 50 seconds.
I introduced code to shutdown simplelink by calling Sl_Stop() and safely reboot the CC3200 when the device gets in this state. However, after the error happens once, a reboot does not solve the problem. The device still cannot connect to Wi-Fi and continues receiving the Error.
Then, I introduced an external watchdog to toggle the reset line on the CC3200 when the device gets in this state. However, as with the "internal" reset, this does not fix the problem and I continue to get errors connecting to Wi-Fi.
Finally, I power cycle the device and the problem is fixed. There are no errors and the device connects to Wi-Fi.
After a few hours to a few days, I get the Error -102 again.
What is this Error -102 and why does it require a physical power cycle to fix?