Skip to main content
John Davis
Associate III
October 7, 2021
Solved

LED Example program for initial steps with eval board

  • October 7, 2021
  • 1 reply
  • 924 views

I hate being stupid, but I'm trying to get a nucelo-stm32LR76RG eval board working. I have the cubeide and cubemx software installed. I also have the associated example programs loaded. The board comes shipped with a program that makes the led blink rate change based upon blue button presses.

When I looked at the list of example programs, this program was not listed. Where do I find the code for the preinstalled firmware? I've worked with stm32 before but not this particular board and I want to start with something easy.

This topic has been closed for replies.
Best answer by MM..1

STM32Cube\Repository\STM32Cube_FW_F4_V1.26.1\Projects\

for example in this folder is big amount examples , your leds in GPIO subfolder...

This repository is in your user folder in windows .

1 reply

MM..1
MM..1Best answer
Chief III
October 7, 2021

STM32Cube\Repository\STM32Cube_FW_F4_V1.26.1\Projects\

for example in this folder is big amount examples , your leds in GPIO subfolder...

This repository is in your user folder in windows .

John Davis
Associate III
October 15, 2021

Many thanks. I appreciate it.