Associate III
June 30, 2018
Question
MCO2, PLL2 as a source - no output on STM32H7
- June 30, 2018
- 3 replies
- 1780 views
Posted on June 30, 2018 at 03:32
Used latest STM32 Cube MX to generate an empty project where MCO2 suppose to output to pin PC9 using PLL2 as a clock source. However, no output happens on PC9. If I manually change MCO2 clock source in RCC_CFGR register from PLL2 to anything else, such as SYS_CK, PLL1_P_CK or HSE, the output is OK. Only PLL2_P_CK as a source does not work.
Any suggestions what may be wrong?
Also noticed that Cube initialises GPIO pin twice; not a big deal. Tried to use registers directly instead of HAL; still no effect.
More details: MCU: STM32H743VIT6, revision 'Y'. HSE in bypass, 10MHz. Cube clocks config screen attached.
Thanks!
#mco #pll #stm32h7