解決warning #10210-D: creating ".esysmem" section with default size of 0x400; use the -heap option to change the default size問題

由於.esysmem是動態記憶體分配區塊大小,而.c只有用到靜態記憶體分配,所以當使用.cpp時,
需要宣告動態記憶體配置容量(properties/C2000 Linker/basic option/heap size),如下所示:

解決warning #10210-D: creating ".esysmem" section with default size of 0x400; use the -heap option to change the default size問題

由於.esysmem是動態記憶體分配區塊大小,而.c只有用到靜態記憶體分配,所以當使用.cpp時,
需要宣告動態記憶體配置容量(properties/C2000 Linker/basic option/heap size),如下所示:

請先 登入 以發表留言。