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.

TMS320F280049C: Can't use CLA after enable FreeRTOS in sysconfig

Part Number: TMS320F280049C
Other Parts Discussed in Thread: SYSCONFIG, TMS320F280049

Tool/software:

Hi,

I’m trying to run FreeRTOS alongside the CLA on my TMS320F280049. After I configure the CLA, enabling FreeRTOS in SysConfig causes my tasks.cla file to be excluded and produces the following build output:

This simple project reads an ADC in a CLA task, but when I enable FreeRTOS, the build fails.

6012.empty_driverlib_project.zip

The linker can’t find my CLA task definitions, and I haven’t been able to find many resources on using FreeRTOS with TMS320 devices. Are there any good example projects I could learn from?