Skip to content

tritdm/stm32f407discovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32F407 DISCOVERY self-study

HAL

  • GPIO: toogle LEDs every 500ms, by delay.
  • EXTI: toogle LEDs when press button, software debounce.
  • TIMER: toogle LEDs every 1s, by timer 2.
  • PWM: fade LEDs with duty cycle from 0% to 100% and back.

SPL

REG