Relation between advanced timer and HR timer in STM32G474
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-07 9:34 PM
What is the relation between advanced timers (Tim1, 8, 20) and HR Timer (Timer A to F) in STM32G474? How to interconnect advanced timers with HR timers? Any example?
Solved! Go to Solution.
- Labels:
-
HRTIM
-
STM32G4 Series
-
TIM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-21 6:20 PM
In what way do you want to combine the use of the advanced timers and the HR timers? If you look at the “external events mapping�? section of the RM0440 Rev 7 document on page 843, you can see maybe other timers’ TRIGO can be used to synchronize the timers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-21 6:20 PM
In what way do you want to combine the use of the advanced timers and the HR timers? If you look at the “external events mapping�? section of the RM0440 Rev 7 document on page 843, you can see maybe other timers’ TRIGO can be used to synchronize the timers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-22 1:58 AM
Thanks Pete,
I used the same method to synchronize HRTimer and Advanced Timer.
