28069CLA示例程序中的
// Include the test header file whose name is based on the test name
// which is defined by the macro TEST on the command line
#include XSTRINGIZE(XCONCAT(TEST_NAME,_shared.h))
是什么意思?
还有CMD文件中的
.scratchpad : > CLARAM0, PAGE = 1
.bss_cla : > CLARAM0, PAGE = 1
.const_cla : > CLARAM0, PAGE = 1
CLAscratch : { *.obj(CLAscratch)
. += CLA_SCRATCHPAD_SIZE;
*.obj(CLAscratch_end) } > CLARAM0,
PAGE = 1
是否是必须的,我看有些例子cla_flash_fir中的cmd就没有这些。
Eric Ma:
用C语言编程CLA就必须要这部分内容,做堆栈用的。
CLA_FLASH_FIR 用的是汇编的方式。
ERIC
28069CLA示例程序中的
// Include the test header file whose name is based on the test name
// which is defined by the macro TEST on the command line
#include XSTRINGIZE(XCONCAT(TEST_NAME,_shared.h))
是什么意思?
还有CMD文件中的
.scratchpad : > CLARAM0, PAGE = 1
.bss_cla : > CLARAM0, PAGE = 1
.const_cla : > CLARAM0, PAGE = 1
CLAscratch : { *.obj(CLAscratch)
. += CLA_SCRATCHPAD_SIZE;
*.obj(CLAscratch_end) } > CLARAM0,
PAGE = 1
是否是必须的,我看有些例子cla_flash_fir中的cmd就没有这些。
Jie Li21:
回复 Seven Han:
同问,#include XSTRINGIZE(XCONCAT(TEST_NAME,_shared.h))的作用讲解,链接失效了
28069CLA示例程序中的
// Include the test header file whose name is based on the test name
// which is defined by the macro TEST on the command line
#include XSTRINGIZE(XCONCAT(TEST_NAME,_shared.h))
是什么意思?
还有CMD文件中的
.scratchpad : > CLARAM0, PAGE = 1
.bss_cla : > CLARAM0, PAGE = 1
.const_cla : > CLARAM0, PAGE = 1
CLAscratch : { *.obj(CLAscratch)
. += CLA_SCRATCHPAD_SIZE;
*.obj(CLAscratch_end) } > CLARAM0,
PAGE = 1
是否是必须的,我看有些例子cla_flash_fir中的cmd就没有这些。
Susan Yang:
回复 Jie Li21:
请您重新发帖描述下您的具体问题,不要跟踪旧贴,谢谢