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