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.

CC3220SF: HTTP server

Part Number: CC3220SF

Hi,

I am trying to include http server in my code along with wi-fi provisioning, OTA, Mqtt(AWS). I have taken Wi-Fi Thermostat (TIDM-1020) as a reference. I have removed ble, thermostat, touch tasks from the code(TIDM-1020). Provisioning, Mqtt(AWS) and OTA are working fine, now i am trying to include http server in my code. I have gone through the Out of box and Portable + WiFi demo, and included the link local task(http task) from the out of box in my code. I have flashed the Out-of-box demo html pages and related files. But i am not able to control on board leds from the web page, getting debug print as following:

Sometimes it is getting stuck as shown below

Can anyone please suggest me how to proceed further.

Thanks,

Sirisha

  • Hi Sirisha,

    I am not sure what you have actually done, and what you need to done to fix your issue, but last image show hard fault. And this is not good definitely. It signalise significant problem inside your code like a stack overflow, access to non-available memory space/peripheral, etc.

    You should to use RTOS debugging tools to determine what is going on. Please see this training video how to debug common application issues.

    Jan