2025-03-03 1:07 AM
Hi,
I am working with the STM32WB55MMG and have configured the system clock to run at 32 MHz. Could you please confirm which Voltage Scale setting is required for this configuration?
As per the reference manual,
Since 32 MHz exceeds the limit of Scale 2, does STM officially recommend using Voltage Scale 1 at 32 MHz?
Additionally, if there are any recommended low-power optimizations for running at 32 MHz, please advise.
Thank you.
Best regards,
[Sai Ganesh CS]
2025-03-03 5:43 AM - edited 2025-03-03 7:19 AM
Hello @SaiGaneshCS
Yes, for the 32MHz clock, you should use the Voltage Scale 1 (VOS 1).
For the Power optimization, I suggest you try to stay in the deepest low power possible as long as you can (to reduce the power consumption). Also, you can disable all the peripheral that you are not using and put all unused GPIOs to the analog input mode. More details available here also.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.