Tool/software: TI-RTOS
I need to output two synchronized PWM signals through RTOS API.
For getting synchronization, I use TimerSynchronize(GPT0_BASE, TIMER_0A_SYNC | TIMER_0B_SYNC);
But it is not effective. Register SYNC is alway zero.
How can I do?
Thanks!