How to unlock power supply configuration on STM32H742? HAL_PWREx_ConfigSupply() fails
Hi! I'd like to reconfigure power supply settings on our custom board with an STM32H742. I've done some research reading reference manual and application note. CubeMX has generated code with the following two calls I am using inside of SystemCl...