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.

Error connecting OMAPL137 with CCS4.0.2



I tryed to connect OMAPL137 target with SEED-XDS510PLUS in CCS4.0.2, but received a error messeage as follows(I use a OMAPL137 EVM from SEED):

Error connecting to the target:
Error 0x80002240/134
Fatal Error during: Initialization, OCS, Control,
Unknown Error

the ccxml file is as follows

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<configurations XML_version="1.2" id="configurations_0">
<configuration XML_version="1.2" id="SEED XDS510PLUS Emulator_0">
        <instance XML_version="1.2" desc="SEED XDS510PLUS Emulator_0" href="connections\SEED-XDS510PLUS_Connection.xml" id="SEED XDS510PLUS Emulator_0" xml="SEED-XDS510PLUS_Connection.xml" xmlpath="connections"/>
        <connection XML_version="1.2" id="SEED XDS510PLUS Emulator_0">
            <instance XML_version="1.2" href="drivers\seedxds510plusicepick_c.xml" id="drivers" xml="seedxds510plusicepick_c.xml" xmlpath="drivers"/>
            <instance XML_version="1.2" href="drivers\seedxds510plusc674x.xml" id="drivers" xml="seedxds510plusc674x.xml" xmlpath="drivers"/>
            <instance XML_version="1.2" href="drivers\seedxds510plusarm9.xml" id="drivers" xml="seedxds510plusarm9.xml" xmlpath="drivers"/>
            <instance XML_version="1.2" href="drivers\seedxds510plusetb11.xml" id="drivers" xml="seedxds510plusetb11.xml" xmlpath="drivers"/>
            <platform XML_version="1.2" id="platform_0">
                <instance XML_version="1.2" desc="OMAPL137_0" href="Devices\OMAPL137.xml" id="OMAPL137_0" xml="OMAPL137.xml" xmlpath="Devices"/>
            </platform>
        </connection>
    </configuration>
</configurations>

 

Can anyone help me solve this problem? Thank you

 

snen

  • hi,

     

    I am also using SEED-XDS510PLUS to connect either OMAPL137 EVM and HAWKBOARD.

    On each board I can connect to the DSP but not to tthe ARM9.

    How can I connect to the ARM9 core.

     

    Thanks

  • Jonathan,

    I had the same problem before. It is solved by starting the DSP core first and then, in CCS, load the EVM DSP gel file. After that, you can active ARM core in CCS. close the CCS and try to reconnect. It works here, hope it applys to your problem.

     

    Good Luck,

    snen

  • Hi Snen,

    In my case, when trying to connect the ARM9 before or after I've connected the DSP, I got that error:

    Error connecting to the target:
    0x80000240 - PTI_ERR_TARG_REVISION (0x00000000)
    Fatal Error during: Initialization, OCS,
    Bad Target Silicon Revision Number
    Please check your multi-processor configuration.
    The number of devices in the JTAG scan path
    must be correct for the silicon revision to be read.
    Or, you may have selected the wrong DSP device driver.

     

    Any help of TI support temp will be very appreciate. the SEED-XDS510PLUS is presented on TI site as an OMAP compatible emulator.

     

    Thanks,

  • Snen,

     

    I tried that and helped me to connect to the ARM core without closing the CCS and just closing the project. I wanted to know the logic(rather reason) to do that (i.e starting the DSP first and then the ARM )

    Thanks for the suggestion but would like to know the reason.

    NIKHIL RAJPAL