I've been using the TivaWare example programs without problems in my current workspace on my Tiva C series board. I can successfully program and debug the board with the "blinky" example using CCv5.
However when I follow these instructions: http://processors.wiki.ti.com/index.php/CC3000_Basic_Wi-Fi_example_application_for_Launchpad to try out the BasicWifiApplication for the CC3000 booster pack I get this pop up when trying to run:
Error initializing emulator: No USB FET was found.
and this one in the console:
MSP430: Error initializing emulator: No USB FET was found
This seems very strange to me because in the same workspace I can make blinky active and it is able to find the USB FET and everything works just fine. Is there some change I need to make specifically to get this group of 4 applications as described in the instruction document to work?