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.

TMS320C6678: 将函数或者变量放到指定地址的方法有?

Part Number: TMS320C6678
Other Parts Discussed in Thread: SYSBIOS

如题,在Sysbios中将变量或者函数放到指定地址的方法有哪些呢? 目前知道  #pragma DATA_SECTION(xxxCmdBuf,"ramdata")  可以实现,

有没有类似下面这样的方法去指定存放开始结束的位置呢?

#pragma default_function_attributes = @ "MY_FUNC"
void function1(){}
void function2(){}
void function3(){}
#pragma default_function_attributes =