Resolved! HAL_PWREx_ConfigSupply(PWR_LDO_SUPPLY) fails in HAL_MspInit.
Hello,I am currently working with the STM32H7R7I8T6 and I am having issues configuring the Power. When HAL_PWREx_ConfigSupply(PWR_LDO_SUPPLY) is called in the HAL_MspInit function, it fails waiting for the PWR_SR1_ACTVOSRDY bit to set. I have measure...