Voltage Regulator in STM32H7 HAL Manual
Hi,
I just wanted to mention that its really frustrating that in the STM32H7 HAL Manual, in the RCC Section,
1. There isnt a simple step by step guide to setting up the clock config to follow along, like there is for other things like GPIO's. As someone who's just starting in embedded with STM32, I really would want STM to include step by step guides for every section in their HAL Manual.
2. In the RCC Section of the HAL Manual there is no section which talks about Voltage scaling. I luckily stumbled across it but what if someone else did not know about it. There should be the step by step guide, which includes the steps for setting the voltage regulator as per the desired clock config.
I know that this may be something that is 'supposed' to be done in STM32CUBEMX, but in order to really learn, I don't want the software to do everything, I want to learn and see what actually goes on. The HAL Manual has been pretty good with that but there's tons of sections like RCC, and even PWR that don't have the step by step guide to set it up. So please if anyone from STM see's this, I would really hope that my feedback gets acknowledged and you guys can maybe add that in to the HAL Manual. It makes learning that much more easier, saves me and you problems since I wouldn't be able to blame STM in case I follow the manual and then say "My board is broken because you guy's didn't include the Voltage Regulator in the RCC Section', and it overall makes the STM32 Experience better.
Besides that, as a mechatronics systems engineer who's tryna get involved with embedded software, STM has been rockin