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