Bulk Out interrupt not working

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

Bulk Out interrupt not working

462 次查看
Anirudh_007
Contributor I

Hi,

I am using K32L2A31VLH1A controller for USB. I am configuring USB as CDC class in that CIC for interrupt IN mechanism and DIC for BULK IN/OUT mechanism.

In the code the data which i am writing in console is not coming to device. i debug and check that  (USB_DeviceCdcAcmBulkOut) this callback function is not even hitting.

I verified that  (USB_DeviceCdcAcmInterruptIn) this callback function is working but not the above callback.

i don't know the reason. Need some help.

 

Thanks

0 项奖励
回复
1 回复

97 次查看
harybarok
Contributor I

Hi, 

I am using K32L2A31VLH1A controller for USB. I am configuring USB as CDC class in that CIC for interrupt IN mechanism and DIC for BULK IN/OUT mechanism.

In the code the data which i am writing in console is not coming to device. i debug and check that  (USB_DeviceCdcAcmBulkOut) this callback function is not even hitting.

I verified that  (USB_DeviceCdcAcmInterruptIn) this callback function is working but not the above callback.

i don't know the reason. Need some help.

 

Thanks

If you're encountering an issue with the Bulk Out callback not being triggered in your USB CDC class implementation. First, ensure that your USB endpoint configuration is correct for Bulk Out in both the device and host. Double-check that the USB host is sending data to the correct Bulk Out endpoint and that the endpoint size matches your settings. Hope! it will be helpful.

0 项奖励
回复