I have custom STM32F030C8T6 based board and when I use HSI or nothing change at sketch level everything works as expected. But when I want to use HSE and use SystemClock_Config(void) at sketch level, ...