F28377D的例程CLA_asin-cpu01里面,CLA文件中定义的局部变量是在哪个空间的,MAP文件里面没有
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.
F28377D的例程CLA_asin-cpu01里面,CLA文件中定义的局部变量是在哪个空间的,MAP文件里面没有
就是这个吗?
#ifdef CLA_C
/* CLA C compiler sections */
//
// Must be allocated to memory the CLA has write access to
//
CLAscratch :
{ *.obj(CLAscratch)
. += CLA_SCRATCHPAD_SIZE;
*.obj(CLAscratch_end) } > RAMLS1, PAGE = 1
.scratchpad : > RAMLS1, PAGE = 1
.bss_cla : > RAMLS1, PAGE = 1
.const_cla : > RAMLS1, PAGE = 1
#endif //CLA_C
不好意思,你可以帮我解读一下这几句意思吗,谢谢了