cancel
Showing results for 
Search instead for 
Did you mean: 

LED Example program for initial steps with eval board

John Davis
Associate III

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.

1 ACCEPTED SOLUTION

Accepted Solutions
MM..1
Chief II

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 .

View solution in original post

2 REPLIES 2
MM..1
Chief II

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 .

Many thanks. I appreciate it.