10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
|
/* Memory Definitions */
|
||
|
|
||
|
MEMORY
|
||
|
{
|
||
|
CODE (rx) : ORIGIN = 0x00100000, LENGTH = 128K
|
||
|
DATA (rw) : ORIGIN = 0x00200000, LENGTH = 32K
|
||
|
}
|
||
|
|
||
|
INCLUDE AT91SAM7S-ROM.ld
|