如下语句:
#pragma location=0x20004000
__root __no_init uint16_t RmtCtrlCodeBuf[2048];
uint16_t *pRmtCtrlCodeBuf = RmtCtrlCodeBuf;
编译报错:
Appli.c(34): warning: #161-D: unrecognized #pragma
Appli.c(35): error: #20: identifier "__root" is undefined
Appli.c(35): error: #65: expected a ";"
Appli.c(36): error: #20: identifier "RmtCtrlCodeBuf" is undefined
能讲解一下解决方法吗? 谢谢 |