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.

CCS/PROCESSOR-SDK-OMAPL138: LCDKOMAPL138

Part Number: PROCESSOR-SDK-OMAPL138
Other Parts Discussed in Thread: OMAP-L138, OMAPL138

Tool/software: Code Composer Studio

Hi,

Running CCSv8.3 on LCDKOMAPL138 with XDS110, while getting to Debug perspective with project Hello World and also with import project GPIO_LedBlink_... an error message appears - "Debugger Initialize error" as follows:

While Debugging New SYS_BIOS Typical project run OK as follows:

  • Hello,

    It looks like the target configuration file used by the debug launch is incorrectly setup. Can you show the contents of your target configuration file?

    Thanks

    ki

  • The Target configuration file is LCDKOMAPL138.ccxml:

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <configurations XML_version="1.2" id="configurations_0">
    <configuration XML_version="1.2" id="configuration_0">
    <instance XML_version="1.2" desc="Texas Instruments XDS110 USB Debug Probe" href="connections/TIXDS110_Connection.xml" id="Texas Instruments XDS110 USB Debug Probe" xml="TIXDS110_Connection.xml" xmlpath="connections"/>
    <connection XML_version="1.2" id="Texas Instruments XDS110 USB Debug Probe">
    <instance XML_version="1.2" href="drivers/tixds510icepick_c.xml" id="drivers" xml="tixds510icepick_c.xml" xmlpath="drivers"/>
    <instance XML_version="1.2" href="drivers/tixds510c674x.xml" id="drivers" xml="tixds510c674x.xml" xmlpath="drivers"/>
    <instance XML_version="1.2" href="drivers/tixds510pru.xml" id="drivers" xml="tixds510pru.xml" xmlpath="drivers"/>
    <instance XML_version="1.2" href="drivers/tixds510arm9.xml" id="drivers" xml="tixds510arm9.xml" xmlpath="drivers"/>
    <instance XML_version="1.2" href="drivers/tixds510etb11.xml" id="drivers" xml="tixds510etb11.xml" xmlpath="drivers"/>
    <platform XML_version="1.2" id="platform_0">
    <instance XML_version="1.2" desc="LCDKOMAPL138" href="boards/lcdkomapl138.xml" id="LCDKOMAPL138" xml="lcdkomapl138.xml" xmlpath="boards"/>
    <board XML_version="1.2" description="Texas Instruments OMAP-L138 Low Cost Development Kit" id="LCDKOMAPL138">
    <device HW_revision="1" XML_version="1.2" description="OMAP-L138 SoC" id="OMAPL138_0" partnum="OMAPL138" simulation="no">
    <router HW_revision="" XML_version="1.2" description="" id="device_0" isa="ICEPICK_C">
    <subpath id="device_4">
    <cpu HW_revision="" XML_version="1.2" description="" deviceSim="false" id="device_4" isa="ETB11">
    <property Type="choicelist" Value="1" id="bypass"/>
    </cpu>
    </subpath>
    <subpath id="device_3">
    <cpu HW_revision="" XML_version="1.2" description="" deviceSim="false" id="device_4" isa="ARM9">
    <property Type="choicelist" Value="0" id="bypass"/>
    <property Type="choicelist" Value="1" id="Slave Processor"/>
    </cpu>
    </subpath>
    <subpath id="device_1">
    <cpu HW_revision="1.0" XML_version="1.2" description="PRU Accelerator" deviceSim="false" id="PRU_1" isa="TMS192C2026">
    <property Type="choicelist" Value="1" id="bypass"/>
    </cpu>
    <cpu HW_revision="1.0" XML_version="1.2" description="PRU Accelerator" deviceSim="false" id="PRU_0" isa="TMS192C2026">
    <property Type="choicelist" Value="1" id="bypass"/>
    </cpu>
    <cpu HW_revision="" XML_version="1.2" description="" deviceSim="false" id="device_2" isa="TMS320C674X">
    <property Type="filepathfield" Value="" id="GEL File"/>
    </cpu>
    </subpath>
    </router>
    </device>
    </board>
    </platform>
    </connection>
    </configuration>
    </configurations>

    Thanks,

    Itzhak

  • the ccxml file looks fine.

    Can you provide your hello example project? You can just zip up the hello project folder and attach it to this thread

    Thanks

    ki

  • It seems to be a double definition of XDS110 in the working LCDKOMAPL138.ccxml which was suppose to be the same as I sent you. The moment I cancel the second one it start working fine.

    Thanks,

    Itzhak Kroin