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
[stm32] Fix hang during F3/G4/L3 adc initialization for slow ADC clocks
Setting ADC_CR_ADEN after calibration is only possible after 4 ADC clock
cycles have elapsed. In case the ADC clock is much slower than the CPU
clock that flag was never set and the initialization blocked infinitely
waiting for the ready flag to get set.
0 commit comments