Other Parts Discussed in Thread: DCA1000EVM, AWR2243
Tool/software:
Hi ,
I am trying to use AWR2243Boost + DCA1000EVM ,
while viewing and managing USB devices as (Get-PnpDevice -PresentOnly | Where-Object { $_.InstanceId -match '^USB' }(in windows) as lsusb in linux)
what sort of output i should see with respect to FTDI chip(usb to ftdi)?
How DCA1000EVM will evoke/enable FTDI chip , for doing a SPI based configuration wrt AWR2243Boost via DCA1000EVM, as DCA1000EVM having FTDI , so does this FTDI is using any specific firmware/driver on top of to make accessible or just ftdi open source drive is enough?
In my case i am getting errors while finding FTDI device,
•-as the DCA1000EVM’s USB doesn’t expose an FTDI SPI bridge device.
• So even though i am calling FTDI for openning the port, D2XX can’t find any compatible device → error 2.
i am trying the same , my understanding is
• in my case lsusb output shows Texas Instruments IDs (0451:fd03 and 0451:bef3), not FTDI IDs (0403:xxxx).
• libftd2xx only recognizes FTDI’s USB VID:PID devices (ID = 0x0403).
• On the DCA1000, the FTDI chip is behind the TI USB microcontroller. TI provides their own USB firmware (AR-DevPack-EVM-012), which does not enumerate as FTDI.
Please correct me if i am wrong ?