Skip to main content
Flin.1
Associate
December 6, 2021
Question

How to measure power consumption of Nucleo-L010RB?

  • December 6, 2021
  • 3 replies
  • 871 views

It says we can measure power consumption of mcu by putting a ammeter at JP6 in page 23(https://www.st.com/resource/en/user_manual/um1724-stm32-nucleo64-boards-mb1136-stmicroelectronics.pdf).

I write a program just detecting button, if button pressed then lighting led.

When i remove JP6 and NO ammeter on it, my program still works (only led dim).

We think the mcu should not work because there is no power at this time.

Why mcu works? Is JP6 the correct position to measure all the power consumption of mcu?

This topic has been closed for replies.

3 replies

KnarfB
Super User
December 7, 2021

Are all other MCU pins except GND and VDD (via JP6) unconnected? Including the SWD debug interface? Otherwise, a high level input could power the MCU.

The board schematics can be found here: https://www.st.com/en/evaluation-tools/nucleo-l010rb.html#cad-resources

hth

KnarfB

S.Ma
Principal
December 8, 2021

Check all solder bridges and power source to make sure you can measure power correctly, especially the stlink hw and connection to the target stm32. Sometime the clock is coming from it. Schematic and maybe user manual of the board reading is advised

Flin.1
Flin.1Author
Associate
December 8, 2021

I will check schematic and see want i can disconnect.