CLAscratch :
{ *.obj(CLAscratch)
. += CLA_SCRATCHPAD_SIZE;
*.obj(CLAscratch_end) } > CLARAM1,
PAGE = 1
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.
CLAscratch :
{ *.obj(CLAscratch)
. += CLA_SCRATCHPAD_SIZE;
*.obj(CLAscratch_end) } > CLARAM1,
PAGE = 1
当使用v6.1及以上的编译器时,CLA的代码可以使用C语言,由于不是汇编,它需要有类似于多余的区间用于存放局部变量等,你可以理解它为暂存器或者C里的堆栈。如果使用汇编写CLA的代码,则可以忽略。详细信息请参考:
http://processors.wiki.ti.com/index.php/C2000_CLA_C_Compiler#C_Language_Restrictions