Other Parts Discussed in Thread: UNIFLASH
I want to add the debug probe serial number as a connection property, so that I can make sure that the GUI Composer application connects to a specific xds/probe, if there are multiple probes connected.
I have a custom ccxml that works under Code Composer Studio with the serial number. The custom ccxml file also uses a custom gel file for CPU2
When trying to use my custom ccxml file with gc-transport-xds, I get an error message:
Error: Failed to connect: Loading program for TMS320F28379D core="C28xx_CPU2" failed: File:C:\Users\<username>\AppData\Local\Temp\ti_cloud_storage\ds-service-firmware.data: a data verification error occurred, file load failed.
If I do not use the custom ccxml path for gc-transport-xds, the application works as expected.
Perhaps I need to put the custom GEL file in the proper location for this to work. If so, what should that be?
My end goal is to have the GUI Composer application connect to a specific xds/debug probe. If there are other suggestions for how to do this, please let me know.
Thanks!
--Mark