CDC+UVC for imxrt1050, running on freeRTOS

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

CDC+UVC for imxrt1050, running on freeRTOS

783 次查看
MamathaBV
Contributor I

I need to have dual virtual port example with one port as CDC and the other one as UVC on imxrt1050 running on freeRTOS . Please help me on this.

标记 (1)
0 项奖励
回复
1 回复

772 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi MamathaBV,

   We don't have the UVC+CDC directly, but I think you totally can refer to the SDK code and composite it by yourself.

   Please download the RT1050 SDK code from this link:

https://mcuxpresso.nxp.com/en/select

  Generate the RT1050 SDK and download it, you can find the USB device code from this folder:

SDK_2.9.1_EVKB-IMXRT1050\boards\evkbimxrt1050\usb_examples

usb_device_video_virtual_camera is the UVC code.

usb_device_cdc_vcom is the CDC code.

Then you can refer to usb_device_composite_cdc_msc to composite UVC and CDC.

 

Wish it helps you!

If you still have questions about it, please kindly let me know.

Best Regards,

kerry

0 项奖励
回复