Hi ,All
We use the wifi and connect to AP .
We want to download file to the http server.
After connection ,it will send write request,and then receive the request in the http server and response OK.
But when we need to read the response from server to our board ,it will send
"[w_tmr] Starting timer: 20219A60 for 800 mS
read
[w_tmr] Error: Unable to start timer"
What happen the WiFi timer ?
log :
[w_tmr] Starting timer: 20219A60 for 800 mS
[w_tmr] Starting timer: 20219A60 for 800 mS
[INFO] [xxx] [.httpssrv_xxx.c:874] [ACTION LOG]
GET [w_tmr] Stopping timer: 20219A60
[w_tmr] Starting timer: 20219A60 for 800 mS
/xxxxx_main.bin HTTP/1.1
Host: 192.168.1.3:8000
[w_tmr] Stopping timer: 20219A60
[w_tmr] Starting timer: 20219A60 for 800 mS
[INFO] [xxx] [.httpssrv_xxx.c:889] [w_tmr] Stopping timer: 20219A60
[w_tmr] Starting timer: 20219A60 for 800 mS
[w_tmr] Stopping timer: 20219A60
[w_tmr] Starting timer: 20219A60 for 800 mS
[w_tmr] Stopping timer: 20219A60
[w_tmr] Starting timer: 20219A60 for 800 mS
[w_tmr] Stopping timer: 20219A60
[w_tmr] Error: Unable to stop timer.
[w_tmr] Starting timer: 20219A60 for 800 mS
read
[w_tmr] Error: Unable to start timer
[w_tmr] Stopping timer: 20219A60
[w_tmr] Error: Unable to stop timer.
[w_tmr] Starting timer: 20219A60 for 800 mS
Thanks
Br