Other Parts Discussed in Thread: HALCOGEN
Hi,
I'm trying to implement FreeRTOS queueSet on TMDX570LC43HDK but it is not compiling,
the error is:
<Linking>
undefined first referenced
symbol in file
--------- ----------------
MPU_xQueueAddToSet ./source/Main.obj
MPU_xQueueCreateSet ./source/Main.obj
MPU_xQueueSelectFromSet ./source/Main.obj
The C code and halcogen files are attached,
can you tell me where is the problem?