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/CC3200-LAUNCHXL: Error code 180 while using XDS100v2 with CC3200 launchpad

Part Number: CC3200-LAUNCHXL
Other Parts Discussed in Thread: CC3200,

Tool/software: Code Composer Studio

Hi,

I am trying to program my CC3200 using external debugger(Blackhawk XDS100v2 JTAG emulator). 

I gave connection to XDS100v2 and JTAG of CC3200 as per the pin-out mentioned in the following image(Highlighted block 2).

While doing the test connection using CCS I got the error log:

-------------------------------------------------------------------------------------------------------
This utility has selected a 100- or 510-class product.
This utility will load the adapter 'jioserdesusb.dll'.
The library build date was 'Jul 21 2017'.
The library build time was '19:36:41'.
The library package version is '7.0.48.0'.
The library component version is '35.35.0.0'.
The controller does not use a programmable FPGA.

An error occurred while hard opening the controller.

-----[An error has occurred and this utility has aborted]--------------------

This error is generated by TI's USCIF driver or utilities.

The value is '-180' (0xffffff4c).
The title is 'SC_ERR_CTL_NO_TRG_POWER'.

The explanation is:
The controller has detected a target power loss.
The user must turn-on or connect the power supply for the target.

[End: Texas Instruments XDS100v2 USB Debug Probe_0]

---------------------------------------------------------------------------------------------------

I checked voltage at pin VTRef and it is zero. I don't get it what is the mistake. Please guide.

Regards,

Abhijit.

  • Abhijit,

    The VTRef must be tied to the power supply of your CC3200-LAUNCHXL (pin VCC of either J1 or J20) to sense the voltage of the board - it does not provide power to it.

    In this case, I would first check if the CC3200-LAUNCHXL board is being supplied proper power, either through its own debug interface (with J12 and J13 shorted) or via an external power supply tied to the aforementioned VCC pins.

    If applying power to the board still fails to be acknowledged by your XDS100v2, I would double-check if pin 5 of the JTAG connector is properly tied to the Vcc line.

    If none of this works, I would try to isolate the issue by checking the XDS100v2 in another board and checking if the Launchpad is still working.

    Hope this helps,
    Rafael
  • Hi

    Thank you very much for your reply.
    I gave external power supply using USB to board and I shorted J12 and J13. Things are working properly.

    Regards,
    Abhijit