Part Number: CC1310
Other Parts Discussed in Thread: AM625
How to debug two dev boards simultaneousloy?
This old video describing running two instances of CCS with two workspaces.
But CCS seems different now. How should this be done?
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.
Hi Johny,
On CCS 12, you can add a debug probe, attach to an extra device as such (see 2devices.ccxml):
That will allow you to configure the binaries to be flashed to the different devices:

Regards,
Arthur
Isn't CCS v20 is several versions removed from v12? How is it done on Version: 20.3.0.14__1.9.0?
Hi Johny,
We bumped the number from 12 to 20 in CCS, so there are no intermediate versions.
If you are wondering on how to do it in CCS 20, then it is done as follows:

This will by default flash the same binary in both devices.
Regards,
Arthur
Indeed, and it has been so for a while I believe. I suppose that the reason is that we have many multicore devices (think AM625) where one may want to debug the cores concurrently.
Regards,
Arthur
The reason might also be that a wireless application typically has a transmitter device and receiver device.