2021-06-21 04: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?
2021-07-09 02: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