Details
Description
Due to a hardware limitation of the USB core it is not possible to generate an IRQ for every received character (there is no RX_FIFO_NOT_EMPTY irq event).
Workaround:
Receive all data from USB fifo in RxReadyCallback.
Due to a hardware limitation of the USB core it is not possible to generate an IRQ for every received character (there is no RX_FIFO_NOT_EMPTY irq event).
Workaround:
Receive all data from USB fifo in RxReadyCallback.