Hi,
I want to change the transfer type in the endpoint descriptor of the am335x-evm-sk board.
I want to change it from Bulk to Interrupt.
How to accomplish this?
Thanks in advance.
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.
Hi,
I want to change the transfer type in the endpoint descriptor of the am335x-evm-sk board.
I want to change it from Bulk to Interrupt.
How to accomplish this?
Thanks in advance.
Hi,
Are you using AM335x USB in host mode or device mode?
What USB gadget driver do you use? And why do you want to change its Bulk transfer to Interrupt transfer?
Hi Bin,
I am using whatever driver that is available from the processor SDK.
I want to see if the fastboot protocol can also run on the Interrupt endpoint.
Thanks in advance.
P Sujith Bhatt said:I want to see if the fastboot protocol can also run on the Interrupt endpoint.
The protocol should defined what type of endpoint to use, isn't it.