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.

usb slave to pcie host

Hi,

I want to use usb (slave) to write command to pcie (host) by PC tools , do you have any recommend platform?

  • Hi,

    Can you please provide more details about your application? What are you trying to achieve?

    If you are just looking for a general purpose USB device; I would suggest to check the TUSB3210. Particularly take a look at the Keyboard development kit - www.ti.com/.../TUSB3210KBDPDK
    That example will turn the TUSB3210 into a USB HID compliant device (a USB keyboard) which can send some data over USB (pressed key). Data will make its way through your USB Host controller (PCI/PCIe based) and your PC tools/software will be able to get that data to perform any subsequent actions.

    Regards,
    Jorge
  • TUSB3210 is a USB device controller , TUSB3210 cannot to controller PCIe host, right?

    My application want to PC write scsi command to USB device controller and USB device can program data to PCIe products.
    That is a USB to PCIe bridge.
  • Hi,

    USB is a host driven bus, we do not have devices that can initiate data writes to the host controller.

    Regards,
    JMMN