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.

CC3220S-LAUNCHXL: Out of Box Demo - FATAL ERROR: Async event timeout detected

Part Number: CC3220S-LAUNCHXL

I've been attempting to integrate a custom DHCP server into the out of box demo. The DHCP runs in its own task and appears to work well with nothing else going on as far as network traffic goes. If I just do connect disconnects but don't request any HTTP requests the CC3220 never has an issue.  If I disable the custom DHCP, the web server works just fine with a static IP or the NWP DHCP.  My connection steps are the following:   I first connect to the CC3220 and load the web page and everything works fine.  I close the browser and then I disconnect.  Then I connect again and even without reloading the web page I get the error below after about 5 seconds after connection.  I am not sure where to begin tracking it down. Any ideas on where to look?

UART Printout is as follows:

[ERROR] - FATAL ERROR: Async event timeout detected [event opcode =0x100b]
[Control task] platform reboot is required
sl_STOP
[Common] CC3220 MCU reset request

Setting a static IP on the client does not cause this issue.  So somehow the combination of the two (DHCP traffic and HTTP traffic) is causing an issue.  I'm just not sure what or even where to look to decipher the message.  I've been looking through .h files in the SDK and haven't found anything.

Thanks