STM32F407VET PLL problem
Posted on July 07, 2015 at 17:00 I used STM32 cube for the PLL configuration // Enable HSE Oscillator and activate PLL with HSE as source RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; RCC_OscInitStruct.HSEState = RCC_HSE_...