How to detect the RESET button on STM32L552E-EV
Hello,
I have a STM32L552E-EV, and I would like to know how to detect the RESET button ?

Thank you for your helps.
Hello,
I have a STM32L552E-EV, and I would like to know how to detect the RESET button ?

Thank you for your helps.
Look at the board schematics:

You can see that, as @Chris21 said, the RESET button pulls the NRST signal low.
The NRST signal is connected to the STM32's NRST pin:

So pressing the RESET button will cause a hardware reset of the STM32.
So software can't directly detect the button being pressed.
But you can detect the reason for a reset:

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.