8 lines
190 B
Plaintext
8 lines
190 B
Plaintext
|
MEMORY
|
||
|
{
|
||
|
/* NOTE 1 K = 1 KiBi = 1024 bytes */
|
||
|
/* These values correspond to the STM32F429ZI */
|
||
|
FLASH : ORIGIN = 0x08000000, LENGTH = 1024K
|
||
|
RAM : ORIGIN = 0x20000000, LENGTH = 256K
|
||
|
}
|