我下载的是官方的TIMAC我用的是cc2650,协议栈里面的代码有这样一句话
#ifndef xdc__CODESECT
#define xdc__CODESECT(fn, sn)
#endif
这个宏定义什么意思?由于没有关于XDC的文档?
谢谢!
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.
如xdc__CODESECT(ti_sysbios_knl_Task_Params__init__S, "ti_sysbios_knl_Task_Params__init")
主要是使用代码集初始化一些任务,是底层的一些初始化任务