STM32H7 HAL_Delay twice as long
Hello,I'm here on H753, external clock, CPU clock configured to 400MHz. Setup code is generated by CubeMx.If I execute a HAL_Delay() takes twice the time as expected, e.g. 2ms instead 1ms. I checked via GPIO toggle with a scope.The MCO output is corr...