Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Hi guys, how can I properly measure the current consumption of the microcontroller on my STM32 Nucleo-64 evaluation board (NUCLEO-L073RZ)?
The manual instructs me to remove the JP6/IDD jumper and connect an ammeter in series between the pins to measure the current.
However, when I remove the JP6 jumper without connecting the ammeter, the microcontroller continues to operate, allowing me to debug and communicate via I2C. I expected that removing the JP6 jumper would cut the power to the microcontroller, making it inaccessible unless an external power supply was used.
Can someone explain where I might be wrong? Additionally, if I measured any current using the ammeter, Iβd like to understand if the observed values align with expectations.
For reference, here is the link to the STM32 Nucleo-64 manual, specifically page 23:
[STM32 Nucleo-64 Manual](https://www.st.com/content/ccc/resource/technical/document/user_manual/98/2e/fa/4b/e0/82/43/b7/DM00105823.pdf/files/DM00105823.pdf/jcr:content/translations/en.DM00105823.pdf)
Connect the ammeter in series between the two pins of JP6. This allows you to measure the current flowing directly into the MCU’s VDD line, which represents the power consumed by the MCU and any connected peripherals powered from VDD.
Ensure that JP6 is removed, the ammeter is correctly connected
CONTRIBUTE TO THIS THREAD