I am trying to port from Code Red to Code Composer. I can download my original project on our custom board, which uses the same eval board FTDI design, & debug fine in Code Red.
I have imported the uart_echo example, commented out all graphics calls, and built the code just fine for the lm3S9B96 processor.
However when I try to Debug the Active project I get "CORTEX_M3_0: Error connecting to the target". I have searched what little documentation exists and found nothing to give me a clue as to what might be the problem.
Ideas?
Here is the target config file:
<?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_m3.xml" id="drivers" xml="stellaris_cortex_m3.xml" xmlpath="drivers"/> <platform XML_version="1.2" id="platform_0"> <instance XML_version="1.2" desc="Stellaris LM3S9B96_0" href="Devices\lm3s9b96.xml" id="Stellaris LM3S9B96_0" xml="lm3s9b96.xml" xmlpath="Devices"/> <device HW_revision="1" XML_version="1.2" description="" id="Stellaris LM3S9B96_0" partnum="LM3S9B96"> <router HW_revision="1.0" XML_version="1.2" description="CS_DAP Router" id="CS_DAP_0" isa="CS_DAP"> <subpath id="subpath_0"> <cpu HW_revision="1.0" XML_version="1.2" description="Cortex M3 CPU" id="CORTEX_M3_0" isa="CORTEX_M3"> <property Type="choicelist" Value="0" id="Slave Processor"/> <property Type="choicelist" Value="0" id="bypass"/> </cpu> </subpath> </router> </device> </platform> </connection> </configuration> </configurations>