ESP
This commit is contained in:
parent
a4884bd189
commit
865599e059
64 changed files with 6448 additions and 1221 deletions
6
samd/memory.x
Normal file
6
samd/memory.x
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
MEMORY
|
||||
{
|
||||
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 256K
|
||||
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 32K
|
||||
}
|
||||
_stack_start = ORIGIN(RAM) + LENGTH(RAM);
|
||||
Loading…
Add table
Add a link
Reference in a new issue