Programming STM32 chip with Cube IDE

Thread Starter

microcontroller60

Joined Oct 1, 2019
62
I’m trying to blink a LED on STM32F407 discovery board with Cube IDE. I don’t have any idea with Cube IDE. Is there an example code of Cube IDE for LED blinking?
 

MrChips

Joined Oct 2, 2009
30,708
There is a timer example here.

At some point I will copy those examples to the thread given in post #2.
I will also add an example of interrupts using the timer.
 
Top