How could I select the voltage scaling range for the NUCLEO-G432RB MCU
I have the NUCLEO-G432RB, which has the STM32G431RB MCU. The datasheet states that the MCU could operate in different ranges to reduce power consumption. For my application, I need to know how much power the MCU consumes, so connecting a multimeter to JP6 (IDD) allowed me to monitor the current consumption. However, I do not know how to make the MCU operate in different ranges to observe the change in the current consumption. First I thought that selecting the range required selecting the frequency (f HCLK) only. However, there are common frequencies between ranges 1 and 2.

If anyone knows how to handle this issue please inform me.
Note that I am using STM Cube IDE to program the MCU.

