Hello,
For our application, we would like to update the CC3200 from our main processor with embedded programming through the UART.
First, I wanted to test this on the CC3200 launchpad with Uniflash. The examples run using the "Program" option in Uniflash; however, by using the gang programming and image programming tools, I have been unable to successfully run an example program.
I have moved from our program to trying the "blinky" program form the CC3200SDK_1.1.0 for simplicity, but after the final 8 bytes are written successfully, the program never runs after a reset.
I have followed both the embedded programming tutorial from http://www.ti.com/tool/embedded-programming files and the uniflash image creation http://processors.wiki.ti.com/index.php/CC31xx_%26_CC32xx_UniFlash#Image_Creation_and_Programming .
Might I be setting up the image incorrectly or do I need to make some changes on the CC3200 launchpad to make this work? Is anyone else able to program these examples this way?