STM32F1 USB CDC Transmit is getting more slower on large data transfer
Hello community,I'm using USB CDC functionality of STM32F103C8T6 to read file data from FATFS by SPI and transmit it to USB host by CDC_Transmit_FS(). USB MSC mode is not available because I need to send other commands to STM32 via CDC.The file trans...