cancel
Showing results for 
Search instead for 
Did you mean: 

How can I flow control USB pipes using NAK? STM32F777 chip USB-OTG HS device.. I need to intelligently use NAK handshakes to flow control data from the host side.

SMunn
Associate II

STM32F777 chip USB-OTG HS device..

I need to intelligently use NAK handshakes to flow control data from the host side.

I am using Custom HID as the initial framework, but modifying it for our purposes.

2 REPLIES 2
SMunn
Associate II

Never mind, I figured it out. It is actually simplicity itself.

Until you invoke USBD_LL_PrepareReceive() all further incoming packets get NAKed.

SMunn
Associate II

Duhhh!!