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/TMDSEMU100V2U-14T: Programming Issue

Part Number: TMDSEMU100V2U-14T

Tool/software: Code Composer Studio

1. I would like to know if I can program TMS320F2811 using TMDSEMU100V2U-14T with ccsv7?

2. Does a .out file built on 3.1.6 work with CCSv7?

3. I have two boards:

BOARD 1: I have observed the signals of TMS, TRST, TCLK, TDI, TDO. ITS WORKING PROPERLY BUT It doesnt program.

Board2: XRS keeps going low after periodic interval and it hasn't been programmed at all

 
.ccxml  file
 
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<configurations XML_version="1.2" id="configurations_0">
    <configuration XML_version="1.2" id="Texas Instruments XDS100v2 USB Debug Probe_0">
        <instance XML_version="1.2" desc="Texas Instruments XDS100v2 USB Debug Probe_0" href="connections/TIXDS100v2_Connection.xml" id="Texas Instruments XDS100v2 USB Debug Probe_0" xml="TIXDS100v2_Connection.xml" xmlpath="connections"/>
        <connection XML_version="1.2" id="Texas Instruments XDS100v2 USB Debug Probe_0">
            <instance XML_version="1.2" href="drivers/tixds100v2c28x.xml" id="drivers" xml="tixds100v2c28x.xml" xmlpath="drivers"/>
            <property Type="choicelist" Value="2" id="The JTAG TCLK Frequency (MHz)"/>
            <property Type="choicelist" Value="0" id="Emulator Selection">
                <choice Name="Select by serial number" value="0">
                    <property Type="stringfield" Value="" id="-- Enter the serial number"/>
                </choice>
            </property>
            <platform XML_version="1.2" id="platform_0">
            <instance XML_version="1.2" desc="TMS320F2811_1" href="devices/f2811.xml" id="TMS320F2811_1" xml="f2811.xml" xmlpath="devices"/>
                <device HW_revision="1" XML_version="1.2" desc="TMS320F2811_1" description="" id="TMS320F2811_1" partnum="TMS320F2811" simulation="no">
                    <cpu HW_revision="1.0" XML_version="1.2" desc="C28xx_0" description="CPU" deviceSim="false" id="C2800" isa="TMS320C28XX">
                        <property Type="choicelist" Value="0" id="bypass"/>
                    <property Type="choicelist" Value="0" id="Slave Processor"/>
                    </cpu>
                </device>
            </platform>
        </connection>
    </configuration>
</configurations>
 
 
Regards,
Nidhi Rao
 
  • Nidhi,

    Nidhi Rao said:
    1. I would like to know if I can program TMS320F2811 using TMDSEMU100V2U-14T with ccsv7?

    Yes, I am able to program my eZdsp F2812 kit without problems.

    Nidhi Rao said:
    2. Does a .out file built on 3.1.6 work with CCSv7?

    What is exactly 3.1.6? If it is the compiler version, that is a rather old version but in principle it shouldn't affect the code loading routine. 

    Nidhi Rao said:

    3. I have two boards:

    BOARD 1: I have observed the signals of TMS, TRST, TCLK, TDI, TDO. ITS WORKING PROPERLY BUT It doesnt program.

    Board2: XRS keeps going low after periodic interval and it hasn't been programmed at all

    What exactly do you mean by "program"? Does the device get connected properly and you can access its registers, see memory, step in the assembly code, etc? Or is it simply due to the fact the code is not programmed to the flash memory? If the first option, then I would suspect the hardware is at fault due to power, reset, etc. If the second option, I would first suspect the code itself is not designed to be programmed in flash and you may want to take a look at the excellent app note below:

    http://www.ti.com/lit/an/spra958l/spra958l.pdf

     

    Hope this helps,

    Rafael