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.

cc3200 SimpleLinkHttpServerCallback with non-os

Other Parts Discussed in Thread: CC3200, UNIFLASH

Hi 

I am using CC3200 SDK v0.5.2. I would like to modify tcp_socket example such that the SimpleLinkHttpServerCallback can be used to handle user tokens. The intention is to handle a http POST in an non-os environment. I am not sure if that is possible.

What I have done is to load the html pages using the httpserver example that comes SDK v0.5.2, using uniFlash. Then the tcp_socket example is then loaded using ccs and a break point is set inside the SimpleLinkHttpServerCallback routine. A computer is used to connect to the cc3200 device using http://ip_address and I can see the led_demo.html page. Nonetheless, when I change the button control to on or off, it appears that the SimpleLinkHttpServerCallback is not called. Can someone help?

Thanks
Regards
PC