Tool/software: Code Composer Studio
Hello.
Using TDA2xx.
on the debug perspective, there is an option under run->advanced->Enable Halt On Reset. (for the CortexA15_C0)
I would like to enable this option from the script in the debugger. Can you help explaining how to achieve that?
Also from some reason all the script commands that involve print options returns nothing so there is no way to know what options are actually available
(e.x debugSession.options.printOptions("*") )
Can you explain how to get a list of available options ?
Thanks
Guy