STM32 USB OTG and RXFLVL interrupt masking
Posted on April 24, 2014 at 22:19This question was asked during a code review. The function that reads a packet from RxFIFO masks the `RxFIFO nonempty' (RXFLVL) interrupt while reading the packet (both in our code and the standard USB OTG device lib...