USB_HostCdcDataRecv doesn't get data

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

USB_HostCdcDataRecv doesn't get data

481 Views
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 Kudos
1 Reply

389 Views
jeffthompson
Contributor V

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

0 Kudos