Part Number: CCSTUDIO-C2000
Other Parts Discussed in Thread: TMS320F2812
Tool/software: Code Composer Studio
Hi,
I am using loadti script for loading and running .outs from the command line. However, I see that the script never exits (unless I forcefully exit using Ctrl+C).
My main code is not in an infinite loop and on completion of main function, the code gets stuck in for loop in abort function which is part of exit function.
How do I use the script so that it exits whenever it reaches exit/abort?
Thanks,
Veena