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.

FTDI MSP430

Other Parts Discussed in Thread: MSP430F2274

I would like to program/debug using FTDI FT2232 in JTAG mode connected to the MSP430F2274 JTAG pins

 

How do I add/use FTDI Driver in CSSv5 to use the FTDI instead of the MSP430FET ?

 

thanks

Greg

  • Greg,

    You won't be able to program/debug MSP430 over FTDI with CCS. When configuring a debug/programming interface in CCS, you would generally find an option like this in the target configuration (.ccxml) file. With MSP430, it only shows the MSP430 USBx connection, which will strictly work with FET.

    However, you could program the MSP430 over FTDI using the boot-strap loader (BSL). Unfortunately the debug functionality just isn't there with FTDI.

    I've noticed your other post on the MSP430 forum (http://e2e.ti.com/support/microcontrollers/msp430/f/166/t/262194.aspx) with more detail regarding your setup. More answers can be provided in response to that post.

    Regards,
    Reagan