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.

TMS320F280049: Sysconfig里启用FreeRTOS后无法使用CLA

Part Number: TMS320F280049
Other Parts Discussed in Thread: SYSCONFIG

你好,

我现在在尝试将FreeRTOS和CLA结合起来使用,我已经配置好了CLA,但是一旦我在Sysconfig中开启了FreeRTOS,我的tasks.cla文件好像就没有被编译,并且显示如下图:

还有一个问题,就是在使用FreeRTOS时我想查看任务的信息,参考FreeRTOS官方的教程,我在Sysconfig中开启了:

#define configGENERATE_RUN_TIME_STATS 1

但是按照教程中,还需要定义设置定时器的宏定义:

#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() vSetupTimerForRunTimeStats()

不过这个宏定义我没有找到,并且我手动添加了后重新编译就会被Sysconfig覆盖掉。

有什么解决方法吗?

附:这是我的工程

empty_driverlib_project.zip