2025-03-28 6:00 AM
Hi,
I have STM32 NUCLEO-L432KC Nucleo-32, I would like to power it from a li-pol battery. Is it possible?
Solved! Go to Solution.
2025-03-28 6:41 AM
@DPiór.1 It depends on which part of the NUCLEO-L432KC you want to supply with the LiPO battery:
Please note that with this connection there are no protective measures against deep discharge of the LiPO and you must take care of this yourself.
2025-03-28 6:04 AM - edited 2025-03-28 6:06 AM
The User Manual tells you what the possible power supplies are ...
2025-03-28 6:16 AM
@Andrew Neil thanks for prompt reply.
According to the documentation, Nucleo can be powered from source which gives 3-3,6V or 4,75-5,25V. The li-pol battery has 3,7-4,2V. What would you suggest to do, to power the Nucleo from the li-po battery?
2025-03-28 6:41 AM
@DPiór.1 It depends on which part of the NUCLEO-L432KC you want to supply with the LiPO battery:
Please note that with this connection there are no protective measures against deep discharge of the LiPO and you must take care of this yourself.
2025-03-28 7:09 AM
@Peter BENSCH I only need to power the board without the ST-LINK. Do you mean that I can connect the li-po battery to +5V even thought the documentation says that it's voltage range is 4,75-5,25 V?
Maybe I should provide the full picture:
I will have solar cell connected to AEM10941 (https://www.tindie.com/products/jaspersikken/solar-harvesting-into-li-ion-battery/). The lipo battery will be charged from the AEM10941. The Nucleo will be powered from that lipo battery.
Can I directly connect the lipo to the +5V and GND of the Nucleo board?
2025-03-28 7:19 AM - edited 2025-03-28 7:20 AM
Take a look at the schematics for the board.
Presumably, the +5V input goes to a regulator - so look at the specs for that regulator ...
PS:
Schematics here: https://www.st.com/en/evaluation-tools/nucleo-l432kc.html#cad-resources
2025-03-28 8:21 AM
Thank you for forcing me to learn something :)
It looks that +5V goes to LD39050PU33R, which has operating input voltage 1,5-5,5 V. That means that indeed I can power Nucleo from lipo battery via this PIN.
This is great news, because I was afraid that I will need to add some component between lipo and Nucleo.
Last question: is it ok, that the battery will be connected to Nuclea and AEM10941?
2025-03-28 8:26 AM - edited 2025-03-28 8:29 AM
@DPiór.1 wrote:which has operating input voltage 1,5-5,5 V.
More important would be the dropout voltage - ie, can it maintain 3.3V output regulation when the input is only 3.7V.
(that might not matter - so long as the output doesn't drop below the minimum operating voltage of the STM32L432KC, and/or anything else on the board)
PS:
It's 400mV max - so you should be OK:
2025-03-28 8:28 AM
You have to decide - the NUCLEO doesn't care what is connected to the power supply as long as it is within the appropriate range.
2025-03-28 8:55 AM
@Peter BENSCH @Andrew Neil thank you very much for your help!