lime7git/micromouse

HSE configuration

Closed this issue · 0 comments

RCC->CFGR |= RCC_CFGR_PPRE1_DIV4;
RCC->CFGR |= RCC_CFGR_PPRE1_DIV2;

Check the propriety of these two lines (changed the same register two times). Probably one of the APB bus was clocked by wrong speed.