This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Debuging program not storing program in Flash

Other Parts Discussed in Thread: CC3200, UNIFLASH, ENERGIA

Hello

I'm currently using TI CC3200 LaunchPad and just trying to get used to it. 

I'm using Win7 Professional 64 bit  / CCS is at the latest version 

 Everything works great, I can use Uniflash, Energia, and CCS Debug ( with example projects) , and the programs are loaded, and run correctly. 

But when using CCS and trying to program and debug an example, I notice that after the board is reset,  the example is not stored anymore. 

For example : Loaded an example with Energia. Then tried loading another example from the CCS (Blinky) . Blinky runs , but after I reset the board, the code that was written with Energia runs on the board. 

Is my CCS code written only in the RAM memory? 

Whan can I do to keep the CCS  code after I reset the board? 

I'm probably just doing something wrong but I've run out of ideas.

Console mesage after debug Blinky example project for cc3200: 

Cortex_M4_0: GEL Output:
Memory Map Initialization Complete
Cortex_M4_0: GEL Output:
Target Reset

Thanks