Other Parts Discussed in Thread: TM4C123GH6PM, CC1310
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 videos 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."
when I try to debug I've got this message:
"Target configuration, target_config.ccxml, does not have a valid setup, please configure the target and try again."
when I try to compile :
Buildfile generation error occurred.. This project was created for a device not currently supported - Cortex M.TM4C123GH6PM: - See 'Help > Check for Updates' to check if support for this device is available through a CCS update. - Visit CCS App Center to get the latest device support. - Check if you have installed support for the corresponding MCU/processor platform. - Migrate the project to closest matching supported device by adjusting project properties. - Or contact TI for support if using experimental silicon. Build stopped..
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.