yashin-alexander / stm32-diode-animation

Diode animation example for stm32f3xx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stm32-diode-animation

Diode animation example for stm32f3xx

  • Download IDE System Workbench for STM32
  • Clone and install flashing tool st-link
  • Create new C project
  • Choose your board (for example STM32F3 Nucleo F303ZE)
  • Choose hardware libary (StdPeriph)
  • Replace src/main.c by main.c from this repo
  • Build All
  • Flash the STM with st-flash write test.bin 0x8000000

About

Diode animation example for stm32f3xx

License:MIT License


Languages

Language:C 100.0%