增加之后编译出现内存不足的现象,
..\OBJ\VER_HMI_2019YEAR_1.0: Error: L6406E: No space in execution regions with .ANY selector matching ott2001a.o(.data).
..\OBJ\VER_HMI_2019YEAR_1.0: Error: L6406E: No space in execution regions with .ANY selector matching gt9147.o(.data).
..\OBJ\VER_HMI_2019YEAR_1.0: Error: L6406E: No space in execution regions with .ANY selector matching ft5206.o
上面的是增加变量后报的错。
下面内存信息是增加变量 char temp[1024];前的信息:Program Size: Code=281968 RO-data=84736 RW-data=11632 ZI-data=946024;
我这边自己的RW-data+ZI-data比正点原子官方例程的还小,为什么就报了内存不够了呢。
请各位大佬们看看,谢谢