Tool/software: Code Composer Studio
I am running the CC3220 in Access Point mode with an external application (android device) sending/receiving data to/from it (the android app is written by a third party I am not 100% of all the functionality behind it).
For the most part, everything runs ok and the data is passed around without any issues.
I sometimes get the following event from the SimpleLinkSockEventHandler:
"[SimpleLinkSockEventHandler ERROR]: Close socket (5) operation failed to transmit all queued packets."
I'm not sure what is causing this issue (on my end, I am not closing any sockets - I believe the android app might be doing that).
After this error occurs, communication with the CC3220 device gets flaky and un-reliable.
Any info on this would be greatly appreciated - thanks!!