Part Number: TM4C1231D5PM
Tool/software: Code Composer Studio
my customer is using TM4C. And, when launching CCS debug session, some error like below was shown up. How to deal with it? Thanks for your help!
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.
Part Number: TM4C1231D5PM
Tool/software: Code Composer Studio
my customer is using TM4C. And, when launching CCS debug session, some error like below was shown up. How to deal with it? Thanks for your help!
Hello Xiaoguang,
That error means the CCS project is trying to use a 'Default' target config file. In the project they should have a target_config.ccxml file. They can right click that file and select "Set as Active Target Configuration" and then recompile the project.