mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 18:47:47 +00:00
10 lines
166 B
Plaintext
10 lines
166 B
Plaintext
|
|
MEMORY
|
|
{
|
|
FLASH_TEXT (rx) : ORIGIN = 0x08000000, LENGTH = 512K
|
|
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 192K
|
|
}
|
|
|
|
_stack_size = 4K;
|
|
|
|
INCLUDE "targets/arm.ld" |