Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bare-metal STM32 blinky using registers, custom startup code and a linker script.

License

Notifications You must be signed in to change notification settings

emmanuelepp/baremetal-stm32-blinky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

baremetal-stm32-blinky

LED blink example for the STM32F446RE (NUCLEO-F446RE board).

The project uses simple register-level code, a custom startup file and a linker script.

Board

  • MCU: STM32F446RE
  • Board: NUCLEO-F446RE
  • LED: User LED on PA5

Project structure

baremetal-stm32-blinky/
├── Makefile
├── ld/
│   └── stm32f446xe_flash.ld
├── src/
│   ├── main.c
│   ├── init.c
│   └── startup/
│       └── startup_stm32f446xx.s
└── include/
    └── stm32f4xx.h

About

Bare-metal STM32 blinky using registers, custom startup code and a linker script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published