2021-03-07 11:30 PM
For example, there are 3 timers (Timer 1, 2, 3).
I want to set like below:
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.
Solved! Go to Solution.
2021-03-08 05:07 PM
The easiest way is to read them out in the debugger.
If you don't use debugger, then write a function which outputs their content to an UART, or similar.
JW
2021-03-08 03:44 AM
> timer2 could not trigger timer3 properly
Why do you think so?
Read out and check/post content of timers registers.
JW
2021-03-08 04:59 PM
I want to know method to read out registers.
2021-03-08 05:07 PM
The easiest way is to read them out in the debugger.
If you don't use debugger, then write a function which outputs their content to an UART, or similar.
JW