2021-10-07 10:46 AM
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.
Solved! Go to Solution.
2021-10-07 11:14 AM
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 .
2021-10-07 11:14 AM
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 .
2021-10-15 06:13 AM
Many thanks. I appreciate it.