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?