Resolved! {RESOLVED] STM32F0, why my PLL makes trouble?
STM32F070RB stepping Y, with a 24MHz crystal as HSE. No LSE.In the Cube, enabled PLL sourced from the HSE; SYSCLK goes to 48 MHz.Then, as soon as I run thru HAL_RCC_OscConfig, debugger loses connection and I don't know what the chip does.So I've swi...