all: generate interrupt vector from .svd file

This commit is contained in:
Ayke van Laethem
2018-09-21 14:45:32 +02:00
parent 3c22f5731c
commit 505b1f750d
5 changed files with 128 additions and 9 deletions
+2
View File
@@ -34,6 +34,8 @@ SECTIONS
__StackTop = .;
} >RAM
_sidata = LOADADDR(.data);
/* This is the initialized data section
The program executes knowing that the data is in the RAM
but the loader puts the initial values in the FLASH (inidata).