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.

CCSv6

I'm working on tms320c6713 kit using CCSv6. i tried to load a program into the kit and it supposed to run the program all the time but it runs once. there is no option for running but debug. i need the program to be non stop after loading it to the kit. p.s: the program has infinite loop.  

  • Hello,
    You have provided very little details about the issue so it is hard to provide any solid advice. Where in your code are you halted? Note that the debugger will try to auto-run to main on program load. Does you program have a 'main' and if so, does the program reach it?

    Thanks
    ki
  • the program has a main and it's working and loaded successfully. but my question is if i loaded a program to the kit, the kit should do the job of the program continuously. right? my issue is: i loaded the program to the kit and the program ran once not continuously.
  • Again, it is very difficult to give any answers without knowing more about the application. It could be an exception is occurring. Again, where are prematurely halted? Can you provide your source?

    Thanks
    ki