nuttx/configs/misoc/include/generated-sample/regions.ld

7 lines
212 B
Plaintext

MEMORY {
rom : ORIGIN = 0x00000000, LENGTH = 0x00008000
sram : ORIGIN = 0x10000000, LENGTH = 0x00008000
main_ram : ORIGIN = 0x40000000, LENGTH = 0x10000000
ethmac : ORIGIN = 0xb0000000, LENGTH = 0x00002000
}