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.

CC3200 Getting Started Guide (CCS) example not fully working (Tera Term printout doesn't complete)

Other Parts Discussed in Thread: CC3200

The print out I get is:

*************************************************
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

But it should be:

*************************************************
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: cc3200demo ,BSSID: 014:d1:a7:44:94 

[NETAPP EVENT] IP Acquired: IP=192.168.10.177 , Gateway=192.168.10.1
Connection established w/ AP and IP is aquired
Pinging...!
Device pinged both the gateway and the external host
WLAN STATION example executed successfully.

My access point is a wireless router with WPA2 and I edited common.h to reflect that.  Does anything need to be done to the router to allow connection?