Part Number:EK-TM4C123GXL
Tool/software: Code Composer Studio
Hello ,
I use Code Composer Studion 7.4.0.00015 .
I bought evaluation board EK-TM4C123GXL to do the trainings labs about TI-RTOS here:
https://training.ti.com/ti-rtos-workshop-series
(I hope that are the good training video because they are quite old).
Well, I used Ressource Explorer in CCS to install TI-RTOS Tiva-C and import "qs-rgb" project as it is suggested in the Let's get Stared "out of box demo instruction" .
The problem is that the target_config.ccxml has an error:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<configurations XML_version="1.2" id="configurations_0">
<configuration XML_version="1.2" id="Stellaris In-Circuit Debug Interface_0">
<instance XML_version="1.2" desc="Stellaris In-Circuit Debug Interface_0" href="connections/Stellaris_ICDI_Connection.xml" id="Stellaris In-Circuit Debug Interface_0" xml="Stellaris_ICDI_Connection.xml" xmlpath="connections"/>
<connection XML_version="1.2" id="Stellaris In-Circuit Debug Interface_0">
<instance XML_version="1.2" href="drivers/stellaris_cs_dap.xml" id="drivers" xml="stellaris_cs_dap.xml" xmlpath="drivers"/>
<instance XML_version="1.2" href="drivers/stellaris_cortex_m4.xml" id="drivers" xml="stellaris_cortex_m4.xml" xmlpath="drivers"/>
<platform XML_version="1.2" id="platform_0">
<instance XML_version="1.2" desc="Stellaris TM4C123GH6PM_0" href="devices/tm4c123gh6pm.xml" id="Stellaris TM4C123GH6PM_0" xml="tm4c123gh6pm.xml" xmlpath="devices"/>
</platform>
</connection>
</configuration>
</configurations>
and in qs-rgb properties , in General I've got this message:
"Device 'Cortex M.TM4C123GH6PM' is not reco... closest match from the supported devices."
I tried to change Variant to generic CortexM4, but it finished with an error when compiling.
Maybe I forgot to install something else?
if someone has a clue or know how I should configure the project and ccxml file?
Regards.