This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Connecting to multiple cores with command line debugger?

I am working on using the ARM debugger (DS-5) to automate loading of binaries, etc. for running some tests. My system is heterogenous with multiple Cortex-R5 and some other ARM cores. I am interested in connecting to all of the cores and loading code for them, but it seems like the --launch-config file format only allows connecting to one core at a time. Is there a way to do what I want using the command line debugger.exe?