Solved
Is it possible to trigger serially using timers.
For example, there are 3 timers (Timer 1, 2, 3).
I want to set like below:
- Timer 1 : Master
- Timer 2 : Slave of Timer1
- Timer 3 : Slave of Timer2
When I checked the waveform after setting similarly to the above, it seemed that timer2 could not trigger timer3 properly.
So, I wonder if it is possible to trigger serially using timers.