Part Number: TMS320F28P650DK
I'm trying to get a Hello World example working on my F28P65x launchpad connected to my computer with USB C. I can enter debug with CCS 20.3.1.5 and I have an LED blinking to show when it's working.
First I tried using the simplest v2 GUI with XDS, but I was unable to correctly attach to any of the global variables. A few threads on this site said to use v3 so I have that set up with this code:
<gc-target-connection-manager id="connection_manager" auto-connect active-configuration="xds+pm">
<gc-transport-xds id="xds" device-name="TMS320F28P650DK9" connection-name="Texas Instruments XDS110 USB Debug Probe"></gc-transport-xds>
<gc-model-program id="pm" program-or-bin-path="C:\Users\StewartInnes\Documents\Dev\launch_cbd_test\single_phase_launchxl-F28P65X\launch_cbd_test_cpu1\FLASH_LAUNCHXL\launch_cbd_test_cpu1.out"></gc-model-program>
</gc-target-connection-manager>
I've tried adding attributes for ccxml-path and coreName, with no success.
Any help with this specific problem or a suggestion for a simpler way to connect a gui to this launchpad would be helpful. Thanks!