CQ Xiao
CQ Xiao
The upper code is actually defined by PIMA 15740:2000. I'm not sure if how your device reports zip or bin files, if they can be referenced in undefined code or...
Do you have traces for the enumerations to analyze?
Thanks for the feedback. We will discuss and fix the issue in next release. BTW it's safe to exclude classes files that you don't need while building.
Plan to fix compile time error in unused classes: 1. The size check is moved to device class initialize function instead of pre-processor conditions so there will never be compile...
It should have been fixed in 6.3.0
I'm not sure if it's required for some old mass storage device to enumerate, maybe you can try to ignore the error and just continue the steps (dont check the...
Unfortunately there is no online document for now. The basic UVC work flow is as follow: 1. Initialize USBX with UVC ``` /*========================================================================*/ /*= Initialize USBX with UVC supported. */...
@bSquaredOlea There is no complete example project yet. For the stream, it actually depends on your hardware and host controller driver, since the ISO transfer is quite different to bulk...
You can try the steps to build a video example that enumerates and start streaming on a USB 2.0 high speed webcam (tested with "Microsoft LifeCam Studio(TM)"): ## Get MIMXRT1060...
@bSquaredOlea Thanks for sharing the progress. For the transaction, please note UVC transaction is based on isochronous endpoint, which works different against the control requests and bulk transfer, so only...