I am using the STM32G0B0CET6 microcontroller and would like to measure the PLLP and PLLQ clocks using the MCO pin (PA8) and configured my project using STM32CubeMX version 6.7.0. Initially, I set the RCC->HSE to 12 MHz and genera...
JW, I have checked the RCC registers and GPIO registers related to the MCO configuration. Based on my findings, everything appears to be in order. The MCO is configured correctly with AF0 selected, and the pin is set to alternate function mode (MODER...