Tool/software: Code Composer Studio
Hi team
Could you kindly advise how to debug two C2000 devices with one PC ?
Thank you and best regards,
Michiaki
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.
Tool/software: Code Composer Studio
Hi team
Could you kindly advise how to debug two C2000 devices with one PC ?
Thank you and best regards,
Michiaki
Michiaki-san,
The process of creating a target configuration for the dual devices is shown at the Custom Target Configurations page at:
https://software-dl.ti.com/ccs/esd/documents/ccs_custom_target_config.html
After that, several techniques and features are shown at the Debugging with Multi-core devices with CCS at:
https://software-dl.ti.com/ccs/esd/documents/ccs_multi-core-debug.html
Keep in mind that synchronization and data sharing features are very tied to the device and some even to the hardware routing (case of synchronization across multiple devices, for example).
Hope this helps,
Rafael
Hi Rafael,
What you mentioned is for multicore devices isn’t it ?
Our customer’s question is how to debug two C2000 devices with one PC.
Customer would like to debug Piccolo and dual core Delfino which have JTAG interface each with one PC.
Thank you and best regards,
Michiaki
Michiaki-san,
The details to create configurations of multiple devices in a single chain are described in the first link.
The second link shows the features available for debugging these multi-device configurations.
One additional detail is the board/circuit design to allow debugging multiple devices. This is reflected in the section Target Connection Design of the XDS Target Connection Guide page at:
https://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds_target_connection_guide.html
For F28x devices, the EMU0/1 pins need to be connected across all devices to allow cross triggering (synchronization) across multiple devices. Some devices (F28069, for example) do not have these pins and therefore this cannot be implemented.
Hope this helps,
Rafael