Oscillator for USB in the STM32F413
Hello everybody!
I am going to work with USB on the STM32F413 . The datasheet says:
"The USB OTG full-speed controller requires a dedicated 48 MHz clock, which is generated by a PLL connected to the HSE oscillator"
I would like to ensure if it can work only with HSE or HSI will work too, in spite of what the datasheet says? I thought it could be not a full data, because when I select HSI as source for the PLL Spurce MUX in the CubeMX , it does not show me any error.
Thank you in advance!