r2axz / bluepill-serial-monster

USB to 3 Port Serial (UART) adapter firmware for STM32 Blue Pill.
MIT License
329 stars 78 forks source link

CDC ZLP May Be Sent When BULK IN Endpoint Is Not Ready #17

Closed r2axz closed 3 years ago

r2axz commented 3 years ago

Code does not check is CDC BULK IN endpoint is ready to transmit before sending ZLP packets. This leads to RX data corruption. Surprisingly, nobody reported this behavior, but this issue is very visible when doing stress tests.