Query regarding STM32F070CBT6 internal clock source for USB
Currently i am using USB peripheral for communication (CDC) with STM32F070CBT6 microcontroller. For generating 48MHz clock, i am using internal oscillator as a source for internal PLL circuit. I have to send certain data to STM32 (for save it to external EEPROM (on same PCB card on which STM32 is installed). The STM32 will then acknowledge it. Similarly, STM32 will send the data to PC when requested. So, data transfer is only request based. Practically, I have tested it several times and it is working.
But, now i have read the line from STM32F070CBT6 datasheet regarding USB as "It requires a precise 48 MHz clock which can be generated from the internal main PLL (the
clock source must use an HSE crystal oscillator)."
My Question is:- What consequences can occur if i continue with the internal source?
