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/MSP-FET: Could not set device Vcc

Part Number: MSP-FET
Other Parts Discussed in Thread: UNIFLASH

Tool/software: Code Composer Studio

I just bought three new MSP-FET programmers for my software group, NONE Of them will work. They all give the error that "Could not set device Vcc"

Serial number example off non-working MSP-FET is 1803007C7 (also 180300A93, 18030094D)

Older MSP-FET for example serial 1407008FD work just fine.

The error ocurrs even with NOTHING CONNECTED. I have confirmed that the old MSP-FET puts out 3.0V or 3.3V as requested, but the NEW ones never put out any target voltage.

I general, these USB-FET tools are absolutely awful, they constantly die, fail, misconfigure, etc. Always seems to be a battle getting them to work.

  • Hello Steve,

    Can you provide some information about what IDEs you are using and what version? there was an issue with some older versions of the debug stack when it came to the newest HW revision of the MSP-FET. Please see the following post: e2e.ti.com/.../614826
  • I am using Code Composer Studio V7.0.0

    I also tried the latest version of CCS Uniflash and i get the same error.

    So everything is newest version, all updated.
  • Hello Steve,

    CCSV7.0 or later should have the patch for the issue I am referring to.
    Can you describe your connection to the device?
    Are you using the provided ribbon cable or sky wiring to a board?
    Are you using a custom board or a target board or a Launchpad?
    Which device are you trying to connect to?
    Can you provide a schematic excerpt for the JTAG connection from the device to the MSP-FET?
  • The problem happens with or without the ribbon cable connected, with or without a target. It never even attempts to power anything.

    The older working FET's have no problem. I can actually unplug the USB cable from the new FET, plug in an old one, and CCS connects to it no problem (and I then get an appropriate message that "no target is connected"), then plug the new FET back in, and get the VCC message again.

    The board I am trying to program has a 4-pin spy-bi-wire connection which we wire into the ribbon cable. Never had issues with this before. 

    I also tried looping back the device CC to the Target VCC on the ribbon cable. Makes no difference to any of the units (ie. the working ones still work and the non-working ones still don't work).

  • Steve,

    i managed to get my hands on a v18xxxx serial number MSP-FET to test out on my system. I used both CCSv7.3 and CCSv8.0 and had no issues. Can you download the latest CCS to try this as well?

    Let's also back up here and double check connections. When you say that you wire up the SBW connections to the ribbon cable, are you plugging into a header on your board, or sky-wiring to the ribbon cable/ If its sky wires, then I would suggest removing the ribbon cable and sky-wiring to the MSP-FET directly, as the extra wire could place additional capacitance eon the line. This additional capacitance can deteriorate SBW communications. Also, can you give a diagram/partial schematic of the connections between your board/chip and the MSP-FET?
    Also, what MSP430 are you connecting to? I need to know this in order to advise the proper connection schematic connections for SBW as it differs slightly depending on the MSP430 being used.
  • I completely uninstalled CCS V7.3 and did a fresh install of CCS V8.0.

    CCS V8.0 immediately indicated that the FET's needed a firmware update, did the update and they are ALL working fine now. 

    So... I guess it was something with the CCS 7.x drivers since multiple people in the office had the same issues (I have a stack of USB-FET's on my desk).

    Problem now solved. Glad CCS V8.0 worked.