FTDI Community

General Category => New Member Introductions => Topic started by: anirudh@astrome.co on November 02, 2020, 11:56:29 AM

Title: Using MSP432 with FT4232H
Post by: anirudh@astrome.co on November 02, 2020, 11:56:29 AM
Hi,
I am using FT4232H for usb to jtag convertor for MSP432 (TI). The JTAG in MSP432 contains five pins (TCK, TMS, TDI, TDO, RST) but the datasheet of FT4232H contains the description of only 4 pins (TCK, TMS, TDI, TDO) connections. If anyone has used this before or knows about the connection of RST pin, please help.

Thanks and Regards,
Anirudh Garg
Title: Re: Using MSP432 with FT4232H
Post by: FTDI Community on November 04, 2020, 04:48:23 PM
Hello,

We are not familiar with MSP432.

Refer to AN_135 FTDI MPSSE Basics (https://www.ftdichip.com/Support/Documents/AppNotes/AN_135_MPSSE_Basics.pdf) as it uses the MPSSE engine to implement JTAG.

The only JTAG support can be found here:

http://www.ftdichip.com/Support/SoftwareExamples/MPSSE.htm (http://www.ftdichip.com/Support/SoftwareExamples/MPSSE.htm)

There are two options to use JTAG modes with the MPSSE engine:

1.            Use FTCJTAG DLL library. Example code is provided with the download (This code is no longer supported by FTDI)
2.            Use D2XX drivers direct. Example code is shown at the link above, further down the page (JTAG (http://www.ftdichip.com/Support/SoftwareExamples/MPSSE.htm#JTAG)). AN_108 Command Processor For MPSSE and MCU Host Bus Emulation Modes (http://www.ftdichip.com/Support/Documents/AppNotes/AN_108_Command_Processor_for_MPSSE_and_MCU_Host_Bus_Emulation_Modes.pdf) provides the necessary information.

Maybe other community users have used MSP432 with JTAG and can help you further.

There is some information online which may also help you. See here as an example which is from TI's website who make the MSP432:

https://e2e.ti.com/support/microcontrollers/msp430/f/166/t/194240?-RST-optional-for-Jtag-MSP430x2xx-Family (https://e2e.ti.com/support/microcontrollers/msp430/f/166/t/194240?-RST-optional-for-Jtag-MSP430x2xx-Family)

https://e2e.ti.com/support/microcontrollers/msp430/f/166/t/38756?MSP430F2370-JTAG-Reset (https://e2e.ti.com/support/microcontrollers/msp430/f/166/t/38756?MSP430F2370-JTAG-Reset)

Best Regards,
FTDI Community