You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The STM32VL Discovery board has an external 8MHz xtal. In spite of that, the SystemClock_Config() configures itself for the HSI which leads to a less accurate SYSCLK. Please consider using the HSE with this board.
The text was updated successfully, but these errors were encountered:
The STM32VL Discovery board has an external 8MHz xtal. In spite of that, the SystemClock_Config() configures itself for the HSI which leads to a less accurate SYSCLK. Please consider using the HSE with this board.
The text was updated successfully, but these errors were encountered: