USB_HostCdcDataRecv doesn't get data

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

USB_HostCdcDataRecv doesn't get data

511件の閲覧回数
jeffthompson
Contributor V

I'm using MCUXpresso 11.01 for the MIMXRT1062DVJ6A, MCUXpresso SDK USB Stack, Rev. 10, 06/2019, and the MCUXpressio usb_example program host_cdc_bm. The data traffic to and from my CDC device is managed in the context of the USB_HostCdcTask handler for the kUSB_HostCdcRunIdle state. Data transmission to my USB device works just fine when I call USB_HostCdcDataSend. But when I call USB_HostCdcDataRecv, my USB device can't respond because the host cannot receive data (IN-NAK). What might I have missed?

0 件の賞賛
1 返信

419件の閲覧回数
jeffthompson
Contributor V

Resolved this myself. I thought we didn't need to worry about hardware flow control, but I was wrong.

0 件の賞賛