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.