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.

F28069 Start and Stop RTOS Clock Function

I am trying to start and stop the a periodic clock function that I have in my RTOS project. I set up the clock as follows:

Can I use the following codes to start and stop this periodic clock? Because that is what I am using but it is not working.

Clock_start((Clock_Handle) GPS_Task_Handle);

Clock_stop((Clock_Handle) GPS_Task_Handle);