Looking for the source code for the demonstration program, blinking LEDs, on the Nucleo STM32F413ZH
I'm new to STM32 and I just got my first Nucleo board. There is a program on board that blinks the red LED quickly. If I press the user button it will switch to the blue LED blinking at medium speed and then the green LED at slow speed then back to red.
I want to be able to restore back the the original state of the Nucleo so I am looking for the source code project. I did search online. I came across a document that referred me to the STM32Cube MCU Package which I downloaded. But the program in there for blinking the LEDs does not have the same functionality.
I could also use this project as a starting point for adding additional features so I can learn the STM32. (I did the same thing when I started with Arduino.)
If the project is not available, then would it work if I used the STMCubeProgrammer to save the non-blank flash memory (looks like addresses 0x08000000 - 0x08008c27) to a bin or hex or srec file and then later restore the program from that file?
Thanks...
