Hi Team,
I’m working on cc3200 launch pad board with Microsoft azure in windows 7 (32-bit operating system).<o:p></o:p>
I have built the sample project provided in the below link and flashed it in cc3200 launch pad board
https://azure.microsoft.com/en-us/develop/iot/get-started/
1. device select -> TI
2. select a platform -> TI RTOS<o:p></o:p>
3. selected c code<o:p></o:p>
I built simplesample_http example code, After flashing to launch pad board, I was able to connect to IP address
successfully, but following error is visible.
Starting the simplesample_http example
CC3200 has connected to AP and acquired an IP address.
IP Address: 192.168.43.179
Info: IoT Hub SDK for C, version 1.0.0-preview.7
IoTHubClient accepted the message for delivery
Error: Time:Wed Aug 23 09:48:40 2028 File:../../src/httpapiex.c Fu
nc:HTTPAPIEX_ExecuteRequest Line:476 unable to recover sending to
a working state
Error: Time:Thu May 13 16:10:32 2032 File:../../src/iothubtranspor
thttp.c Func:DoEvent Line:1206 unable to HTTPAPIEX_ExecuteRequest
Error: Time:Thu May 13 16:10:32 2032 File:../../src/httpapiex.c Fu
nc:HTTPAPIEX_ExecuteRequest Line:476 unable to recover sending to
a working state
Error: Time:Thu May 13 16:10:32 2032 File:../../src/iothubtranspor
thttp.c Func:DoMessages Line:1428 unable to HTTPAPIEX_ExecuteReque
st
Error: Time:Thu May 13 16:10:32 2032 File:../../src/httpapiex.c Fu
nc:HTTPAPIEX_ExecuteRequest Line:476 unable to recover sending to
a working state
Error: Time:Thu May 13 16:10:32 2032 File:../../src/iothubtransp
orthttp.c Func:DoEvent Line:1206 unable to HTTPAPIEX_ExecuteRequ
est
Error: Time:Thu May 13 16:10:32 2032 File:../../src/httpapiex.c
Func:HTTPAPIEX_ExecuteRequest Line:476 unable to recover sending
to a working state
Error: Time:Thu May 13 16:10:32 2032 File:../../src/iothubtransp
orthttp.c Func:DoMessages Line:1428 unable to HTTPAPIEX_ExecuteR
equest
Error: Time:Thu May 13 16:10:32 2032 File:../../src/httpapiex.c
Func:HTTPAPIEX_ExecuteRequest Line:476 unable to recover sending
to a working state
Error: Time:Thu May 13 16:10:32 2032 File:../../src/iothubtransp
Please help in resolving this error
Thanks
Rajesh