I have been using a CC3200 LAUNCHXL to connect to WiFi just fine. The Energia based program was able to connect to WiFi. It used this command:
WiFi.begin(ssid, wifiPassword);
I just used Uniflash on Windows 10 to install Service Pack 1.0.0.10.0. After choosing "Service Pack Programming" and selecting the "servicepack_1.0.0.10.0.bin" file everything seems to program just fine. There are a bunch of messages in the "Console" output tab.
I then went back into Energia and uploaded my program again and it started to run. I see in the serial monitor my print statements up to the "WiFi.beg