Files
cortex-m-quickstart/memory.x
T
2017-03-12 13:01:08 -05:00

6 lines
93 B
Plaintext

MEMORY
{
FLASH : ORIGIN = 0xBAAAAAAD, LENGTH = 0
RAM : ORIGIN = 0xBAAAAAAD, LENGTH = 0
}