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.

Executing a code present in controller with power source

Hi,

I am using a Tiva launchpad to display an image in GLCD. I burn my code using CCS. After debugging the code, I clicked the Run button. This made the code to execute and displayed something on the GLCD. But each time I had to connect the board to the PC, open CCS and click the run button to execute the program. Is there a way to run the program already present in the board to execute without the need of a PC ?

  • Hello Shyam

    The code you are programming is to the Flash which will retain the code even when there is no power. So all you need to do after putting a code is to remove power and put back power to the device and it will execute the code. You can do that using a 3.3V power supply.

    Even simpler is to reset the button,

    Regards

    Amit