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