mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-25 07:22:27 -05:00
9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
MEMORY {
|
|
|
|
rom : ORIGIN = 0x08000000, LENGTH = 32M
|
|
ewram : ORIGIN = 0x02000000, LENGTH = 16M - 4k
|
|
dtcm : ORIGIN = 0x0b000000, LENGTH = 16K
|
|
vectors : ORIGIN = 0x01000000, LENGTH = 256
|
|
itcm : ORIGIN = 0x01000100, LENGTH = 32K - 256
|
|
}
|