Other Parts Discussed in Thread: UNIFLASH, CC3200
Hi,
I am using two CC3220 eval boards, one operating as an AP and the other as a ROLE_STA.
I assume the AP board is working as I can ping it and my laptop can connect to it and wiresharp works with it.
The STA is running the demo tcpecho project but now and again it returns a -2005, SL_API_ABORTED , error code on the sl_start() call.
I have tried to handle this situation by calling sl_stop() then sl_start again after 5 seconds but sl_start() returns immediately with the same error code.
So how do you recover from a failed sl_start() call?
Regards,