Trivial change to linker script.

cert
Rob Riggs 2018-09-19 22:23:15 -05:00
rodzic 9fc5e95a41
commit 4b8635bab5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -12,7 +12,7 @@ MEMORY
{
RAM1 (xrw) : ORIGIN = 0x20000000, LENGTH = 48K
RAM2 (xrw) : ORIGIN = 0x10000000, LENGTH = 16K
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 256K
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 256K
}
/* Define output sections */