mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 19:23:25 +00:00
all: generate interrupt vector from .svd file
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user