Question
USB_CDC on STM32F0 series
I'm trying USB_CDC FS (Full Speed) on STM32F072C8 Controller. I'm able to Transmit data larger than 64 bytes to PC, but not able to receive data more than 64 bytes.
I'm using CDC_Receive_FS function for receiving and buffer size is 1000.
If i send 100 bytes from PC to STM32 , i receive only 64 bytes.
Does anybody have an example code on this....?
