2024-07-25 06:51 AM
I use stm32CubeMX to generate usb code with HSI clock.Though I can config with usb clock to 48MHz, But stm32CubeMX software display there is clock issue as below:
So I wonder can stm32f103cbt6 usb work under HSI clock?
Solved! Go to Solution.
2024-07-25 06:18 PM
It may work, but the clock is not sufficiently accurate under all conditions and therefore performance is not guaranteed by ST. Expect it to fail at some point. Performance of the HSI is not that impressive.
2024-07-25 06:55 AM - edited 2024-07-25 06:55 AM
The STM32F103 does not support crystal-less USB and CubeMX is correct to flag this as an error.
2024-07-25 03:50 PM
But today I found my board (I designed this to achive USB convert to LoRa) without HSE , and I use HSI to generate 48MHz clock to USB, the usb with this board can still be identified by PC.
2024-07-25 06:18 PM
It may work, but the clock is not sufficiently accurate under all conditions and therefore performance is not guaranteed by ST. Expect it to fail at some point. Performance of the HSI is not that impressive.
2024-07-26 04:53 AM
ok,I get it.thanks for your reply.