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.

LED task with TI RTOS on MSP430

Hello, 

I am trying to port TI RTOS on MSP430 and verify LED function. I am able to get the LED turn on but the same task that allows to turn it off is never accessed again. I used while(1) still won't work. when I used a timer it jumps to a HW interrupt service routine that has while(1) and never exits. I also used a clock task and still I don't manage to turn off the LED to create the blinking function. 

How to program TI RTOS to function ins such a way that it accesses tasks in an endless loop. 

Thank you 

**Attention** This is a public forum