cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to trigger serially using timers.

SPark.28
Associate II

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.​

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

3 REPLIES 3

> timer2 could not trigger timer3 properly

Why do you think so?

Read out and check/post content of timers registers.

JW

I want to know method to read out registers.

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