LR_IROM 0x00000000 0x00016800 { ; ; Specify the Execution Address of the code and the size. ; ER_IROM 0x00000000 0x00016800 { *.o (RESET, +First) * (InRoot$$Sections, +RO) }
; ; Specify the Execution Address of the data area. ; RW_IRAM 0x20000000 0x00008000 { ; ; Uncomment the following line in order to use IntRegister(). ; ;* (vtable, +First) * (+RW, +ZI) } }
- LR_IROM 0x00000000 0x00016800
复制代码{
;
; Specify the Execution Address of the code and the size.
;
ER_IROM 0x00000000 0x00016800
{
*.o (RESET, +First)
* (InRoot$$Sections, +RO)
}
;
; Specify the Execution Address of the data area.
;
RW_IRAM 0x20000000 0x00008000
{
;
; Uncomment the following line in order to use IntRegister().
;
;* (vtable, +First)
* (+RW, +ZI)
}
}
将 ;* (vtable, +First) 前边的 “;”去掉试试。
keil的话,将这个注释的分号去掉;iar直接可以用。
一周热门 更多>