LR_IROM1 0x00080000 0x0000F800 { ; load region size_region
ER_IROM1 0x00080000 0x0000F800 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
RW_IRAM1 0x00010000 0x00002000 { ; RW data
.ANY (+RW +ZI)
}
}
这段是在写什么,我编译的时候出现如下的错误
Mometset.sct(7):error:l6236E:No section matches selector - no section to be FIRST/LAST. |