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.

TMS320F28377S: GUI Composer Error "Communication with Target Failed"

Part Number: TMS320F28377S


Hello TI community,

I am currently trying to connect GUI Composer v2 (using google chrome) with my LaunchXL-F28377S. I am currently working off of the blinky example project. All I want to do is modify the code slightly to include a global variable that I can toggle on and off using the GUI composer. 

I have been using the following resources to make my gui composer file

https://dev.ti.com/gc/designer/help/Tutorials/GettingStarted/index.html#Tutorials

https://dev.ti.com/gc/designer/help/Tutorials/xds/index.html

In the XDS tutorial, my test connection flashes successfully. When I click run, i get "Communication with Target Failed"

Also, side question, when I am binding the LED switch module to my codes variable, do I simply type the same variable name excluding the type definitions? I am also uploading blinky_cpu01.out for the executable as it's the only .out file I could find in the project folder.