Код
LR_IROM1 0x08000000 0x00020000 {; load region size_region
ER_IROM1 0x08000000 0x0001C000 {; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
RW_IROM7 0x0801C000 FIXED 4836 {; load address = execution address
func_lib.o(ro_vars)
}
RW_IRAM1 0x20000000 0x00010000 {; RW data
.ANY (+RW +ZI)
}
}
ER_IROM1 0x08000000 0x0001C000 {; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
RW_IROM7 0x0801C000 FIXED 4836 {; load address = execution address
func_lib.o(ro_vars)
}
RW_IRAM1 0x20000000 0x00010000 {; RW data
.ANY (+RW +ZI)
}
}