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.

Ping and DNS not working in examples CC3200

Other Parts Discussed in Thread: UNIFLASH, CC3200

I am just starting with the CC3200.  I worked through the setup issues using the CC3200 Getting Started Guide.  I set the jumpers per the picture in the Guide.  I then installed SDK Service Pack 1.0.0.1.2 using Uniflash.  I edited Common.h.  

Using IAR 7.2, i installed the patch, recompiled SimpleLink, and then opened getting_started_with_wlan_station workspace.  

This example connects to the AP fine.  However, it fails on Pinging.  I verified that both my gateway and and www.Ti.Com respond to pings from my computer over the same WiFi AP.  


*************************************************
CC3200 WLAN STATION Application
*************************************************

Host Driver Version: 1.0.0.1
Build Version 2.2.7.1.31.1.2.4.2.1.5.3.23
Device is configured in default state
Device started as STATION
[WLAN EVENT] STA Connected to the AP: ISW4 ,BSSID: 0:e:3b:44:dd:b0
[NETAPP EVENT] IP Acquired: IP=192.168.111.185 , Gateway=192.168.111.1
Connection established w/ AP and IP is aquired
Pinging...!
Error [-2000] at line [667] in function [CheckLanConnection]
Device couldn't ping the gateway

I used ethernet trace to look for activity from the CC3200.  I see QoS packets, but no ping packets.

I tried other examples of such as GetTime and GetWeather.  They also seem to hang after opening a socket. These two examples fail on resolving DNS.  They do not send any packets that make it to the gateway.  

I am concerned that I have a configuration management issue.  The teraterm information from above seems to indicate that I got the service pack installed correctly. I

Any ideas?