mbsh/memory.x

7 lines
133 B
Plaintext
Raw Normal View History

2022-04-23 20:48:42 +00:00
MEMORY
{
/* NOTE K = KiBi = 1024 bytes */
FLASH : ORIGIN = 0x00000000, LENGTH = 256K
RAM : ORIGIN = 0x20000000, LENGTH = 16K
}