cancel
Showing results for 
Search instead for 
Did you mean: 

HRTIM, How to set Two timers in up/down count mode and synchronized?

AMend.5
Associate III

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?

1 REPLY 1
Igor Cesko
ST Employee

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