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.

IWR1443: AR1xxx DevPack USB driver enumeration

Part Number: IWR1443

Hi,

I am trying to get the Raw Data Capture to work with the IWR1443/DevPack/TSW1400 according to the instructions at

The problem I am running into has to do with the enumeration of the DevPack and its 4 virtual USB ports. When connecting the USB to the devpack and installing the FTDI drivers at

C:\ti\mmwave_dfp_00_07_00_04\rf_eval\ftdi

the Windows PC (WIN7 or WIN10 PCs tested) enumerates with

"USB Serial Port (COMx)" rather than "AR-DevPack-EVM-012 (COMx)"

Looking at the ftdiport.inf file in the above location we can see this:

[Strings]
FTDI="FTDI"
DESC="CDM Driver Package - VCP Driver"
DriversDisk="FTDI USB Drivers Disk"
PortsClassName = "Ports (COM & LPT)"
VID_0403&PID_6001.DeviceDesc="USB Serial Port"
VID_0403&PID_6010.DeviceDesc="USB Serial Port"
VID_0403&PID_6011.DeviceDesc="USB Serial Port"
VID_0403&PID_6014.DeviceDesc="USB Serial Port"
VID_0403&PID_6015.DeviceDesc="USB Serial Port"
VID_0451&PID_FD01.DeviceDesc="AR12-MB-EVM-1_FD01"
VID_0451&PID_FD02.DeviceDesc="AR12-MB-EVM-1_FD02"
VID_0451&PID_FD03.DeviceDesc="AR-DevPack-EVM-012"
SvcDesc="USB Serial Port Driver"
SerEnum.SvcDesc="Serenum Filter Driver"

In order for the RadarStudio to work we need the AR-DevPack-EVM-012 (COMx) enumeration. How can this be accomplished? Does it have to do with the DevPack itself and maybe the FTDI firmware that is in the Devpack?

It feels like we should be enumerating with VID 0451 in order to get to the other Device Descriptor ...

Thanks,

--Gunter