-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting one issue in USB host uvc support #118
Comments
Any update on above comment. |
Multiple transactions per microframe is usually supported by controller driver, to allow controller endpoint to filled in multiple banks, or FIFO filled by 1-3 transactions bytes, or filled by DMA by 1-3 transaction bytes, if the controller driver is not modified to fit the multiple transactions transfer support that is not working. Maybe you can check if your hardware (controller) can support multiple transactions per microframe and if your controller driver implements code to support this function. |
Yes, it's correct, you mean that same application will work for single transaction per microframe and multi transactions(1 - 3) per also, we no need to prepare multiple buffers at time for multi transactions per microframe..? |
@xiaocq2001 ,
I am working on USB host uvc support, usb devices as connecting to my target board are logitch camera and AIRHUG camera ,
Please let me know if my understanding is correct, also could you please suggest that how we can request mutilple payloads at time from the application.
Regards
Mahesh
The text was updated successfully, but these errors were encountered: