Skip to main content
GBumi.1
Associate
December 1, 2020
Solved

Would like information on the two pushbuttons on the Nucleo L476rg

  • December 1, 2020
  • 1 reply
  • 1211 views

Are there pins which enable external operation of the pushbuttons, the Black (Reset) and Blue (User) pushbuttons?

Where is their operation described (and what are they named in that document so I can search for the details in the document)

This topic has been closed for replies.
Best answer by TDK

> Are there pins which enable external operation of the pushbuttons, the Black (Reset) and Blue (User) pushbuttons?

Yes

Go to the product page:

https://www.st.com/en/evaluation-tools/nucleo-l476rg.html

Go to Documentation and download the User Manual.

https://www.st.com/resource/en/user_manual/dm00105823-stm32-nucleo64-boards-mb1136-stmicroelectronics.pdf

Scroll to the section on button, see that the reset pin is connected to NRST and the user button to PC13.

Search for NRST and PC13 to see where these pins are exposed.

1 reply

TDK
TDKBest answer
Super User
December 1, 2020

> Are there pins which enable external operation of the pushbuttons, the Black (Reset) and Blue (User) pushbuttons?

Yes

Go to the product page:

https://www.st.com/en/evaluation-tools/nucleo-l476rg.html

Go to Documentation and download the User Manual.

https://www.st.com/resource/en/user_manual/dm00105823-stm32-nucleo64-boards-mb1136-stmicroelectronics.pdf

Scroll to the section on button, see that the reset pin is connected to NRST and the user button to PC13.

Search for NRST and PC13 to see where these pins are exposed.

"If you feel a post has answered your question, please click ""Accept as Solution""."
GBumi.1
GBumi.1Author
Associate
December 1, 2020
Thanks for the very quick reply. Much appreciated.
George B