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.
Tool/software: TI-RTOS
Am I missing something, but cannot get the clock example to work.
Want to make simple change to have a LED toggle every 500 ms, but none of the timers two functions runs.
I have put break points in both and toggle LED in the periodic one like so:
/*
* ======== clk0Fxn =======
*/
Void clk0Fxn(UArg arg0)
{
GPIO_toggle(Board_GPIO_LED0);
}
And changed the timing to 500ms when the timer is constructed.
Please help :)
I guess it must have something todo with the clock.cfg file that is not completely setup.
Thanks
Jan
**Attention** This is a public forum