STM32F030CCT crashes when AHB prescaler is 8 or higher
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...