failed to execute MI command while Debugging in demo https_client.c

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Debug Breakpoints in demo https client.c by demo board BCM943362WCD4.It Happened:

              failed to execute MI command:

              -stack-list-frames 0 0

              Error messages from debugger back end:

              Invalid thread id:1

Thread[1] disappeared at the same time.

I debugged with WICED-SDK 3.1.2 which running Windows XP SP3 V6223 En Version. 

I Modied WIFI parameters in WICED-SDK-3.1.2\Wiced-SDK\include\default_wifi_config_dct.h:

              #define CLIENT_AP_SSID   "999LO777VE999-WR-4"

              #define CLIENT_AP_PASSPHRASE "wwwlove333666999com"

other Code from the Wiced-SDK-3.1.2-IDE-Installer.exe are NOT modified.

What's wrong?  Thanks a lot.

0 Likes
2 Replies
SeyhanA_31
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Hi,

When it was tested first time with an AP which has access restrictions it failed to resolve host name loop up. IP address was returned after look up was 0.0.0.0.

wiced_hostname_lookup(name, &ip_address, 10000);

Then it was tested using different AP (without access restrictions) it worked as expected.

pastedImage_0.png

Seyhan

0 Likes
Anonymous
Not applicable

So appriciate of you.

Could you please test with "www.cmbchina.com" at line 111 which is ""wiced_hostname_lookup("www.cmbchina.com", &ip_address, 10000); " in function "void application_start()" in file "WICED-SDK-3.1.2\Wiced-SDK\apps\snip\https_client\https_client.c"?

We can not access Google server https://www.google.com due to the network restrictions from China.


Thank you.

0 Likes