STM32F41xx USB CDC Transmit Problem
Posted on December 21, 2017 at 13:32Hello, In STM32F41xx, we are facing the problem to send data to PC. Actually we are using CDC_Transmit_FS function to send 60 bytes data to PC. But code getting stuck in if (hcdc->TxState != 0) return USBD_BUS...