Setting MCO2 output on STM32G0
Hi,I'm trying to get a clock output at 460.9 Khz on PB2 by setting the MCO2.The PB2 pin is declared as follow:static void MX_GPIO_Init(void){ GPIO_InitTypeDef GPIO_InitStruct = {0}; /* GPIO Ports Clock Enable */ __HAL_RCC_GPIOB_CLK_ENABLE(); /*Config...