Powering NUCLEO-L412KB from +5 V
STM32L412KBUx on NUCLEO-L412KB, STM32CubeIDE, Version: 1.8.0.
I'm trying to power my NUCLEO-L412KB from an external +5 V power source.
I have removed SB9 (connected NRST signal of ST-LINK to the NRST pin of the
STM32). SB1 (USB power through CN1) is OFF (default).
When I connect my external source to CN4 pin 4, red LED LD2 turns on, but the STM32L412KB doesn't run (as far as I can tell; I put a HAL_GPIO_WritePin in main() after USER CODE BEGIN 2). If I then connect a USB cable, it comes up.
When powered only by the external +5 V, I see:
- CN4 pin 4 (5V): 4.96v
- CN4 pin 3 (RST): 3.17v
- CN4 pin 14 (3V3): 3.29v
- U2 pin 1 (VDD3): 3.29v
What could be keeping it from running on the external +5 V?
