I want to blink LED in the experimenter's board of C28343 using sys/bios. I came across the "task example" under C28 under sys bios. The comments in the "task.c" file says
2) blinks an LED and increments a counter within
* a timer interrupt.
But it does not do anything in the hardware and I do not see any code for it.