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/TMDSEMU110-U: firmware update

Part Number: TMDSEMU110-U
Other Parts Discussed in Thread: CC2650

Tool/software: Code Composer Studio

Hi there,

I am trying to find the latest firmware.bin in the xds110 device. Can anyone tell me where to download it?

My current version:

Device Name: XDS110 Probe with CMSIS-DAP
Version: 2.3.0.12
Manufacturer: Texas Instruments
Serial Num: 00000000
Mode: Runtime

Also It looks not supporting the 2 wires cJTAG well. I cannot access the external FLASH with this device for debugging.

Sincerely

Jack

  • Jack,

    The latest version of the XDS110 firmware is shipped with CCSv8.0.0 as part of the TI Emulators component.

    The firmware version shown above corresponds to the one shipped with this version of the tools - therefore it is the latest.

    Jack YAN said:
    Also It looks not supporting the 2 wires cJTAG well. I cannot access the external FLASH with this device for debugging.

    What device and board is this? We only support FLASH programming on devices that have internal FLASH. 

    Well, unless it is a CC32xx device, which is programmed via serial port (and not cJTAG).

    Regards,

    Rafael

  • Thanks Rafael,

    I use the XDS110 to debug CC2650 Sensortag, there is external SPI flash I want to access during debugging. It works only with the devPack version of XDS110 for external SPI flash accessing. what's the difference between the devPack firmware and TMDSEMU110-U?

    Sincerely
    Jack
  • Jack,

    The firmware is the same. However, I see from the Sensortag DevPack User's Guide that you need to configure your probe to 2-pin cJTAG to properly have the standard SPI port available on pins TDI/TDO. Are you configuring this? 

    Hope this helps,

    Rafael

  • Thanks all,

    I figured out the issue, the TMDSEMU110-U however still affect the TDI/TDO pins in hardware/firmware. After take the two pins out, TMDSEMU110-U works fine with the CC2650's external spi flash.

    Sincerely

    Jack