2023-03-15 05:38 AM - last edited on 2023-09-01 09:38 AM by Amel NASRI
Hello!
I'm trying to power only the mcu on a nucleo-L152RE dev-kit from the X-nucleo-LPM01A to measure it's power consumption, however i suspect the mcu is not running, and debugging it provides wierd results that I cant make sense of.
The program I'm trying to run is as simple as it gets: the onboard LED toggles on and off with a delay of 3000 ms. When powering the board from USB (debugger & mcu powered), everything works fine.
The issue arise when I try to disable the debugger and only power the mcu from the X-nucleo. I do this by connecting CN14 pin 1 (GND) and CN14 pin 3 (VOUT (+)) on the X-nucleo to GND and VDD (pin on JP6, IDD) on the dev-kit, respectively.
In this configuration, the x-nucleo report a current draw of about 1mA, however the LED is not blinking.
I've followed the exact steps in the community post explaining this ("How to connect my stm32 to the x-nucleo-lpm01a"), read the user manual for the X-nucleo (UM2243) and nucleo-L152RE (UM1724) thoroughly, inspected the schematics (C-04 version, MB1136) and read other sources i found, to no avail.
Here are a few comments about what I've tried, and the results I got:
I feel like I've tried anything at this point, but it's still not working. Can anyone help me understand why this isn't working?
Solved! Go to Solution.
2023-03-17 02:58 AM
I found the issue, but I'll leave this open for others:
2023-03-17 02:23 AM
Hello @Oscar Øgar Meisal ,
Please check this User Manual : STM32 Nucleo expansion board for power consumption measurement
Foued
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.
2023-03-17 02:58 AM
I found the issue, but I'll leave this open for others: