Skip to main content
smiya.2
Associate
September 17, 2023
Solved

How to settings HRTIM and TIM1 is synchronized

  • September 17, 2023
  • 1 reply
  • 5347 views

Hi.

I use the STM32G474.
To start TIM1 synchronized with HRTIM, I will use "hrtim_out_sync".
I have a question.
If I use "hrtim_out_sync", Can I start TIM1 at same time and reset ?

I want to set a same frequency for HRTIM and TIM1 and start simultaneously.
In addition to, Please teach me how to set on CubeMX and HAL Lib. .

This topic has been closed for replies.
Best answer by Issamos

Hello @smiya.2 

This video will help you in timers synchronization. And for HRTIM synchronisation, you can find details in the paragraph 27.3.19 of the rm0440.

Best regards.

II

1 reply

Issamos
IssamosBest answer
Lead III
September 17, 2023

Hello @smiya.2 

This video will help you in timers synchronization. And for HRTIM synchronisation, you can find details in the paragraph 27.3.19 of the rm0440.

Best regards.

II

smiya.2
smiya.2Author
Associate
September 19, 2023

thanks