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.

AM5718: USB HostBulk driver

Part Number: AM5718

Hi Expert,

Develope state:

  • We are developing a USB Hostbulk driver.
  • Our develope platform is idkAM571x, CCS9.3
  • The device equipment is idkAM571x equivalent custom board(Bulk communication with windows is working well).
  • I know through ti e2e, there is no example to refer to USB_hostBulk driver.
  • I am trying to implement it while analyzing the USB_HostMSC example and trying modify it.

Question:

  1. Are there any better examples or reference documentation as a starting point for USB_HostBulk driver development?
  2. If we should to start with hostMSC example;
    1. I try to do not run device enumerlation regardless of the connection and set it as a determined device parameter.
    2. For example, DeviceAdderss=1, InEndPoint =2, OutEndPoint=3,
    3. Is it possible to set them?
  3. When write file in HostMSC example( cat <file> <file)
    1. Is it correct to, transfer bulk token packets send through USBHSCSISendCommand() function( @usbhscsi.c )?
    2. I need to method to send token packet of bulk_send transaction

Regards,

Soo