I might have the same issue, so i just use this thread.
I have a cc3200 launchpad, rev 3.2 board that was working fine ( i tried it with the 0.5.x SDK) and i even developed small demo based on the HTTP server example.
Recently, i updated to the 1.0.0 sdk and new servicepack - everything went smoothly, but i think i lost the WiFi part of the board somehow.
All the demos work (blinky, etc.), but there is no WiFi communication whatsoever. If i run the http server example from the SDK, i get this output in the console
*************************************************
CC3200 HTTP Server 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 is in AP Mode, Please Connect to AP [mysimplelink-2BBC0D] andtype [mysimp
lelink.net] in the browser
but, there is no AP being created. I also tried reinstalling the complete stack (fresh windows) to no avail. I even tried Energia, but the example does not connect to wifi either. Is it possible that the board got damaged somehow?
I also tried reflashing with uniflash; please advise if i used the right procedure.
- Firstly, i formatted the flash using 4MB setting, then i selected Service Pack Update and flashed the 1.0.0.01.1 servicepack and then tired either flashing a demo from /example dir or deployed from within CCS, but with the same results.