STM32F7 USB Host CDC data transmits result in NAK interrupt flood
I am trying to implement some very basic USB communication functionalities between my STM32F7 and another device. The device can usually be configured by ASCII messages through serial, and so I am trying to achieve that same functionality but through...