Go to file
Mario Hüttel 027eaad215 Fix alignement errors in Linkerscript. This is not very critical as the Cortex M4 is able to read 32 bit words from unaligned addresses 2021-05-24 12:33:56 +02:00
include Add GPIO macros 2020-08-21 22:49:56 +02:00
mathlib Add basic file structure and linker script for 512K type 2020-08-21 22:37:31 +02:00
obj Add basic file structure and linker script for 512K type 2020-08-21 22:37:31 +02:00
setup Add basic file structure and linker script for 512K type 2020-08-21 22:37:31 +02:00
startup Fix possible hardfault when optimizing code 2020-08-30 19:40:08 +02:00
.gitignore Add basic file structure and linker script for 512K type 2020-08-21 22:37:31 +02:00
Makefile Basic structure of startup code. CCM ram init still missing and interrupt vectors 2020-08-21 22:45:15 +02:00
main.c Add full vector table and implement region tests in main. Verified by debugger 2020-08-21 23:16:55 +02:00
stm32f407ve.ld Fix alignement errors in Linkerscript. This is not very critical as the Cortex M4 is able to read 32 bit words from unaligned addresses 2021-05-24 12:33:56 +02:00