Question
Where Does a USB Device ACK Requests From Host?
Posted on March 19, 2014 at 13:31
I've got a STM32F427 running as a USB device (HS, if that matters). Using a USB analyzer, I can see that the request from the host to set a device address is getting to the micro, but it fails to ACK the SETUP packet. I can't locate the function in the standard library that generates the ACK, nor does it seem to be something simply tacked on to the end of processing requests (such as USBD_SetAddress). Can anyone clarify where this is done?
Thanks! #stm32-usb