Hi,
I have been doing some DSS scripting for the DM814x, with the XDS560v2, and XDS510 debuggers. From the CCS GUI, when I load a binary to the CortexA8 core of the device, it auto-runs but apparently not from main. In order for it to run correctly, I have to click Pause, Restart and then Resume.
This seems to be causing an issue with DSS because when I called debugSession.target.halt() after loading the binary, it simply times out waiting for the device to halt. It works ok if I click Pause manually though, and the script can then automatically restart and resume the core.
I have tried disabling Autorun from Main on Application Load in the debugger configuration, but it seems to have no effect.
Any help on this would be appreciated.
Thanks!