I made a simple cubemx project for a stm32f722 uC, just configure the clock and nothing more.I enable PLL with HSI to get 200MHz of systemcoreclock. I debug the project running step by step. Inside the SystemClockConfig if (HAL_RCC_OscConfig(&RCC_Os...