Hello,
While using the simplelink API to receive and send tokens in order to display and update a web page and running another task periodically to play audio files using FreeRTOS, the stack overflows and the system crashes with a fault.
The problem has been narrowed down to these specific actions being performed as the system behaves normally either of the two tasks aren't running simultaneously.
SimpleLinkHttpServerCallback seems to cause the issue as the issue disappears if everything inside this function is commented out.
I did find a post on the ti forums that did address a very similar problem but no solution was posted online. Instead, it says that it is a known bug and was fixed in the next version of the SDK.
Link to the post:
I would like to know if the bug was indeed fixed in the latest service pack/sdk release and if there is a workaround to this issue.