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.

TMDSCNCD28388D: How to execute already loaded existing C code in TMS320F28388D with out loading and debugging repeatedly.

Part Number: TMDSCNCD28388D


Tool/software:

I have written Code and giving Run-> Debug command, with this code is building and loading in to the target hardware, then I am clicking on Resume button to execute the code. In this scenario I want to take user input using scanf or Getc functions then start execute the code. Please suggest or guide me how to take user input using Scanf or Getc functions and then start executing code, after completion of code execution then again take the user input and start execute the code this I want to do repeatedly without using debugging & Resume buttons every time. Please Help me.