Basic structure of startup code. CCM ram init still missing and interrupt vectors

This commit is contained in:
2020-08-21 22:45:15 +02:00
parent 6ac884956f
commit 4ff1072d48
3 changed files with 18 additions and 90 deletions

View File

@@ -3,7 +3,7 @@
#Compiler: arm-none-eabi
#####################################################################################
#Add Files and Folders below#########################################################
CFILES = main.c
CFILES = main.c startup/startup_stm32f407vx.c setup/system_stm32f4xx.c
ASFILES =
INCLUDEPATH = -Iinclude -Imathlib/include