Skip to main content
Associate
November 12, 2025
Question

NUCLEO-F411: need to reset the board to make the program to start

  • November 12, 2025
  • 2 replies
  • 262 views

Hello,

NUCLEO-F411RE JP5 in E5V reset

When my F411RE board is powered with 5V, I have to press the reset button to start it. Why doesn't it start? Thank you for your help.

2 replies

mƎALLEm
Technical Moderator
November 12, 2025

Hello @AMAL01 and welcome to the ST community,

Did you refer to UM1724 ? this section?:

mALLEm_0-1762955320217.png

 

"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."
AMAL01Author
Associate
November 12, 2025

Hello,

Power supply to CN7-6 (E5V)

JP5 to E5V (left)

JP1 not connected

I do not want to connect the USB (CN1)

 

Ozone
Principal
November 13, 2025

Consider you have a problem in your code.

Such LCD displays often require several hundreds of milliseconds to ramp up their internal voltage regulators to turn the display on. You will need to wait for a respective "ready" signal from the display, or at least wait the recommended time.
Check the display datasheet, these documents usually contain a relatively detailed description of the initialisation sequence.

A MCU reset of the Nucleo resets only the F411 MCU, not the display.
But now the LCD initialalisation has finished, and the board "starts".

Ozone
Principal
November 12, 2025

> When my F411RE board is powered with 5V, ...

What do you mean here exactly ?
Through the USB / ST-Link, or a 5V header pin ?
Check the user manual what power supply methods are allowed and what conditions apply.
Here a section from a Nucleo-32 manual of mine :

Ozone_0-1762956734389.png

 

 

> Why doesn't it start?

How do you know it's 'started' or 'not started' ?

AMAL01Author
Associate
November 12, 2025

Hello,

 

I have a display I2C.