NXP2214芯片,使用内部Flash,ADS1.2编译,DebugInChipFlash模式。产生警告的提示为“Warning:L6329W: .\src\mem_c.scf(line 36, col 27) Pattern startflag.*o(ZI) only matches removed unused sections.”。
其中,mem_c.scf第36行为 蓝色,第27列是红色的“+”号。
IRAM0 0x40000000 UNINIT
{
startflag.o (+RW,+ZI)
}
startflag.c文件中就一句话:
unsigned short updateReqFromVersion[2];
请问各位这个警告是什么意思,如何解决,谢谢。 |