2023-11-09 11:00 AM
Giving an example for my question. For STM32H563, for freq. 140MHz, it is possible to use three different configurations:
- 4 WS, VOS2
- 4 WS, VOS1
- 3 WS, VOS0
If I want to optimize for power, I should choose 4WS VOS2. If I want to optimize for performance, I should choose 3WS VOS0. There is no point choosing 4 WS, VOS1. Am I correct in this interpretation ?
Solved! Go to Solution.
2023-11-09 01:20 PM
Dear @mete ,
Yes this is correct , here you go . Voltage scaling is mainly changing the voltage of the internal digital Vcore. To reach 250MHz , VOS0 is a must . Having a lower Vcore will save a lot of power budget , Power = Current ( constant) * VCore and of course the same in low power modes - static . But will decrease transistors performance for switching .
Hope it helps,
STOne-32
2023-11-09 01:20 PM
Dear @mete ,
Yes this is correct , here you go . Voltage scaling is mainly changing the voltage of the internal digital Vcore. To reach 250MHz , VOS0 is a must . Having a lower Vcore will save a lot of power budget , Power = Current ( constant) * VCore and of course the same in low power modes - static . But will decrease transistors performance for switching .
Hope it helps,
STOne-32