User Activity

I keep getting OVR (overrun) interrupts when running below simple code.OVR interrupt happens every 10~20th iteration of the loop. Overrun should not occur because the data register (DR) is read after measurement is completed.Why do I get an overrun a...
I use HAL to go to STOP mode with interrupt (WFI), but the microcontroller immediately exits stop mode.I have LPTIM setup with HAL_LPTIM_Counter_Start_IT() to give interrupt after a few seconds, but even without setting up LPTIM I can't get the micro...
Posted on May 04, 2018 at 20:36When trying to set up RCC as the following using Cube, the microcontroller seems to crash.      RCC_ClkInitStruct.AHBCLKDivider = RCC_SYSCLK_DIV8;  I checked that the RCC_SYSCKL_DIV8 macros (and higher options) actuall...