ak3-labs-asm/ldscript.ld

9 lines
190 B
Plaintext
Raw Permalink Normal View History

2025-02-05 00:06:56 +02:00
MEMORY
{
FLASH ( rx ) : ORIGIN = 0x08000000, LENGTH = 1M
RAM ( rwx ) : ORIGIN = 0x20000000, LENGTH = 128K
}
__stack_start = ORIGIN(RAM) + LENGTH(RAM);
__ram_start = ORIGIN(RAM);