User Activity

Hi,I'm using STM32F072C8 controller on custom board. I want to use external ready oscillator instead of using crystal component.So need some information on how to interface external oscillator to STM32 controller and configurations that has to be mad...
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 ...