HAL bug - array overflow in HAL_RCC_GetSysClockFreq()
Posted on June 10, 2016 at 17:23The purpose of this post is to save other developers the time I have spent tracking this down. Bear with me on this - its messy. Line 1108, of stm32f1xx_hal_rcc.c is if (pllmul == aPLLMULFactorTable[(uint32_t)(RCC_...