9 176 bytes of CODE memory (+ 30 bytes shared)
568 bytes of CONST memory (+ 18 148 bytes shared)
943 bytes of DATA memory (+ 114 bytes shared)
答:"+ 114 bytes shared"或linking后的"+114 bytes absolute"指的是您在程序中有144bytes 使用@ operator 或 #pragma location=operator 或__no_init volatile语法定义的数据。
|