5 lines
123 B
Text
5 lines
123 B
Text
|
/* Provides information about the memory layout of the device */
|
||
|
MEMORY {
|
||
|
RAM : ORIGIN = 0x20000000, LENGTH = 256K
|
||
|
}
|