Understanding USB FIFO configuration in the CDC example
Hi,I am trying to wrap my head around the correct configuration of the USB FIFOs in USBD_LL_Init().As far as I understand you need the RX FIFO and one TX FIFO per endpoint .Lets look at the HID example. There are two endpoints, EP0 + EP1 (the HID). #...