HRTIM, How to set Two timers in up/down count mode and synchronized?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-21 4:48 PM
Hi,
I need guidance on how to set up two HRTIM timers in up/down count mode and synchronized with each other.
How to implement this configuration using STM32CubeMX?
To synchronize two timers is it mandatory to use the Master Timer, or do the Timers(A..F) have some synchronization mechanism between them?
- Labels:
-
HRTIM
-
STM32CubeMX
-
STM32G4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-09 2:02 AM
Hi AMend.5 ,
Synchronization between timers can be done by master timer (or by another synchronization source). See please the presentation obout HRTIM and find there "master timer" function explanation . In STM32G4CubeFW is included example for mater timer for HRTIM (for Nucleo board: HRTIM_Basic_PWMMaster).
Regards
Igor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-10 1:37 AM
Hi @Igor Cesko , thats a great presentation, how do we "click" that functionality in cubeMx?
Or do we go direct register access with this basic functionality
