User Activity

Hi,I'm trying to set the PLL output to 48MHz on a STM32F030CC:HSI = 8MHzRCC->CFGR PLLSRC = 0 (PLL input = HSI/2), PREDIV = not divided.PLLMUL = 12;should give (8MHz/2) * 12 = 48MHz but instead I get no clock output on MCO.Using the MCO output I have ...