Resolved! Stm32f103 MCO output
Posted on September 10, 2017 at 18:00 I try to configure my MCO ouput on my STM32f103, only with STD periph lib. here is my code: void OutputMCO() { GPIO_InitTypeDef GPIO_InitStructure; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE);...