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.

PROCESSOR-SDK-AM68A: FreeRTOS Idle task

Part Number: PROCESSOR-SDK-AM68A

Tool/software:

Hi, I'm using TI FreeRTOS on a C7x DSP core.  I'm up and running but I want to make use of the idle task hook.  In the FreeRTOS docs I see that vApplicationIdleHook() can be added to the project to run user code in the idle task.  However, the TI implementation of FreeRTOS seems to already have vApplicationIdleHook in it.  I get an error that vApplicationIdleHook is already defined in ti.kernel.freertos.ae71.  My question is how can I use the FreeRTOS idle task hook in my own project code?

Thanks,

Matt