For STM32F407 how to set PLL as the source of SYSCLK and to see it on pin MCO1 o
Posted on November 16, 2016 at 09:44Hi! I wrote program for STM32F407, where I set PLL as the source of SYSCLK and want to see it on pin MCO1.The program is:#include ''stm32f4xx.h''uint32_t i, temp;int main(){//config clockRCC->CR=RCC_CR_HSION;while...