Tool/software: TI-RTOS
Hi,
I imported the httpget demo's httpTask code for my project and post/get data to my server, and i can post/get http requests successfully. But sometimes, the httpTask blocks the code and wdt reset occurs. I had many tests and debugs about that and the problem seems like when the code started to have a new connection with the server on socket layer, wifi connection can be disconnected so the system gets reset. Maybe checking rssi value can be an answer but i don't want to make my live connection area smaller.
Is there anybody have a solution of a problem like that? And, my sdk release is 2_20_00_10, i checked these libraries for a while in the newer versions and seem any change.
I have a connection control parameter before starting the http connection with the server, I do not try to send anything to the server when the device is not connected.
I use TI-TROS.
Thanks,
Taylan.