cancel
Showing results for 
Search instead for 
Did you mean: 

How could I select the voltage scaling range for the NUCLEO-G432RB MCU

Hussain
Associate

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.

Hussain_0-1729667747553.png

If anyone knows how to handle this issue please inform me.

Note that I am using STM Cube IDE to program the MCU.

1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

Ahlan @Hussain and welcome to the ST Community.

The easy way to do this is to create an MX project based on the Board or MCU, go to the Clock Configuration and select a SYSCLK on the range where the power scale that you want to use is available and go to RCC>Configuration>Power Parameters> Power Regulator Voltage Scale and select the range that you want to use.

STTwo32_0-1729670506633.png

Marhaban

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.

View solution in original post

2 REPLIES 2
STTwo-32
ST Employee

Ahlan @Hussain and welcome to the ST Community.

The easy way to do this is to create an MX project based on the Board or MCU, go to the Clock Configuration and select a SYSCLK on the range where the power scale that you want to use is available and go to RCC>Configuration>Power Parameters> Power Regulator Voltage Scale and select the range that you want to use.

STTwo32_0-1729670506633.png

Marhaban

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.