Hi,
I am trying to run FreeRTOS component on my RM 48 HDK kit, but I am having problem compiling the code.
I have the halcogen v 03.04.00 and code composer 5.5.0.
I am trying to run simple example_freeRTOSBlinky.c I have followed the instructions step by step from the HalcoGen help example. But when I compile the code I get 7 following errors
[E0004] Operand must be a Label
and the resource is os_portasm.asm
to be more specific it is showing error with these two lines, where ever they are present
portRESTORE_CONTEXT
portSAVE_CONTEXT
Please help with this problem. Thank you in advance!
.