About winUSB issue with MIMX1172

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

About winUSB issue with MIMX1172

跳至解决方案
1,891 次查看
LiXifeng
Contributor I

I want to implement the winUSB device driver on the MIMXRT1172. Currently, I'm working on the routine cdc_vcom_freertos, the PC can enumerate MIMXRT1172 as a winUSB device, but it can only receive data and cannot send it. The returned status is busy each time it is sent (kStatus_USB_Busy).

Can you help me with this?
thanks!
0 项奖励
回复
1 解答
1,861 次查看
LiXifeng
Contributor I

The problem has been solved ,it's because of the software of computer did not read the data sent by 1172 in time. The 1172 should be sent in blocking mode. Therefore, the bus busy error occurs. It will be solved after modifying the software of PC.

The demo cdc_vcom_freertos works well!

Thanks !

在原帖中查看解决方案

2 回复数
1,863 次查看
jeremyzhou
NXP Employee
NXP Employee

Hi @LiXifeng ,
Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.
1) Can you help me with this
-- Did you test the cdc_vcom_freertos which resides in the SDK library? And the demo doesn't work well, is it right?
Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复
1,862 次查看
LiXifeng
Contributor I

The problem has been solved ,it's because of the software of computer did not read the data sent by 1172 in time. The 1172 should be sent in blocking mode. Therefore, the bus busy error occurs. It will be solved after modifying the software of PC.

The demo cdc_vcom_freertos works well!

Thanks !