Hello,
we are working on stellaris project with LM3s9b92 and LM3s9b96 microcontrollers and we are using FreeRTOS. We'd like to migrate to Code Composer but our projects are uncompilable. I think that the problem is that FreeRTOS is not ported to CCS, output:
-obj_directory="FreeRTOS" "../FreeRTOS/tasks.c"
"C:\DOCUME~1\honza\LOCALS~1\Temp\0099211", ERROR! at line 3107: [E0200]
Bad term in expression
ldr r0, =ulKernelPriority
...
6 Assembly Errors, No Assembly Warnings
Errors in Source - Assembler Aborted
Is there a known way to compile project based on FreeRTOS by CCS?
Jan