Other Parts Discussed in Thread: EK-TM4C129EXL
Tool/software: TI-RTOS
I am working with EK-TM4C129EXL kit. I need to schedule two tasks. Let it be Task1 and Task2. Timer should trigger interrupt for every 0.5 ms and it should execute Task1. Timer should trigger interrupt for every 0.5 ms and it should execute Task2.
i.e. 0.5ms - Task1
0.5ms - Task2
0.5ms - Task1
0.5ms - Task2
How to design Timer so that these task runs correctly..