This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于CLA的F28035_CLA_C.cmd文件问题

CLAscratch          :
                         { *.obj(CLAscratch)
                         . += CLA_SCRATCHPAD_SIZE;
                         *.obj(CLAscratch_end) } > CLARAM0,
          PAGE = 1

在F28035_CLA_C.cmd文件中,上述语句中会实现什么功能呢,会对CLA的配置有什么影响吗,为什么我把他删除了就不会报错,但如果加上去就会出现附件里面的错误