2012-03-05 08:20 PM
2012-03-06 04:25 PM
Hi
If you don't prepare IN data the USB-controller will NAK the host and so there are no difficulties in that direction. In the other direction the USB controller will also NAK the host once its Rx FIFO gets full (assuming STM32F4xx). It is also possible to set the NAK bit in the endpoint's control register so that the USB controller NAKs even if it has space in its input FIFO. NAKing the host will control data flow speed. Regards Mark2012-03-06 11:04 PM