STM32 USB library - CDC_Send_DATA()
Posted on September 25, 2013 at 20:09Hi all,Currently I'm working on an application that will call CDC_Send_DATA() periodically. However, if I call it too often, some packets will be missing somewhere in the middle. Does anyone know the reason? Th...