"Silly" are the kind of answers I'm looking for. That's probably going to be the best word to describe what I'm doing wrong.
Once I noticed that my code was paused after clicking debug, yes I did click resume, but that didn't help me. I started stepping through the code to see where it was getting hung up. Within basic_wifi_application.c, my code isn't making it out of initDriver(). Right after it finishes line 271 in wlan.c, tSLInformation.WriteWlanPin( WLAN_ENABLE );, I get the following error:
No source available for "Trap_ISR() at C:\Users\Andrew\TI\Basic WiFi App MSP430\Basic WiFi Application CCS\BasicWiFi Application\Debug\BasicWiFi Application.out:{3} 0xed70{4}"
I also noticed the following warning when I loaded in the project:
This project was created using a version of compiler that is not currently installed: 4.0.0 [MSP430]. Another version of the compiler will be used during build: 4.1.2. Please install the compiler of the required version, or migrate the project to one of the available compiler versions by adjusting project properties. CC3000HostDriver
Any ideas? Thanks a lot!