Is it possible to trigger serially using timers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-07 11:30 PM
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.​
​
​
Solved! Go to Solution.
- Labels:
-
TIM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-08 5: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-08 3:44 AM
> timer2 could not trigger timer3 properly
Why do you think so?
Read out and check/post content of timers registers.
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-08 4:59 PM
I want to know method to read out registers.
​
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-08 5: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
