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.

TDA2x one-shot mode timer

Other Parts Discussed in Thread: SYSBIOS

I need to do something exactly in the middle of each frame.So I plan to start a timer(one-shot mode) in the VSYNC interrupt callback function and I should get an interrupt when the timer is timeout. Then I can do something in the timeout interrupt.

How should I quickly do this? Are there any similar examples that I can refer to? Or, should I use sysbios to realize it ?

Thanks.