Question
Power modes stm32H757
We develops the system that based on STM32H757 processor
In the working the application , I would compline to the three different running modes.
1. M7 - 480Mhz / M4 240Mhz --> full power mode (50% of application)
2. M7 - 400MHz/ M4 200MHz --> run mode (15% of application)
3. M7 - 100MHz / M4 0 --> save power mode (35% of application)
Is it possible to implement such changes while the program is running? (on the fly)
and how many cycles it may takes?
Is need change PWR_R3 register VSO value if I work with SMPS direct mode?
Thanks.
