Bring up code for low end STM32 micro-controllers https://rfivet.github.io/stm32bringup/
Go to file
Renaud d92085923a Avoid warning if compiled with -Wstrict-prototypes. 2020-12-02 13:03:38 +08:00
.gitignore Entry at reset, C startup, user LED driven by System Tick on STM32F030F4. 2020-11-24 10:48:35 +08:00
LICENSE Add copyright holder and year 2020-11-24 09:13:57 +08:00
Makefile Asynchronous serial transmission 2020-11-28 12:58:58 +08:00
README.md Add link to web pages for code explanation. 2020-11-24 11:18:33 +08:00
blink.c Entry at reset, C startup, user LED driven by System Tick on STM32F030F4. 2020-11-24 10:48:35 +08:00
board.c Board mapping abstraction. 2020-11-28 12:54:11 +08:00
boot.c Entry at reset, C startup, user LED driven by System Tick on STM32F030F4. 2020-11-24 10:48:35 +08:00
cstartup.c Entry at reset, C startup, user LED driven by System Tick on STM32F030F4. 2020-11-24 10:48:35 +08:00
f030f4.ld Insure .text section ends on a word boundary. 2020-11-30 10:07:59 +08:00
hello.c Avoid warning if compiled with -Wstrict-prototypes. 2020-12-02 13:03:38 +08:00
init.c Entry at reset, C startup, user LED driven by System Tick on STM32F030F4. 2020-11-24 10:48:35 +08:00
ledon.c Entry at reset, C startup, user LED driven by System Tick on STM32F030F4. 2020-11-24 10:48:35 +08:00
ledtick.c Entry at reset, C startup, user LED driven by System Tick on STM32F030F4. 2020-11-24 10:48:35 +08:00
startup.c Entry at reset, C startup, user LED driven by System Tick on STM32F030F4. 2020-11-24 10:48:35 +08:00
success.c Entry at reset, C startup, user LED driven by System Tick on STM32F030F4. 2020-11-24 10:48:35 +08:00
usart1tx.c Asynchronous serial transmission 2020-11-28 12:58:58 +08:00

README.md

stm32bringup

Bring up code for low end STM32 micro-controllers

This repository contains the code explained here.