cancel
Showing results for 
Search instead for 
Did you mean: 

HRTIM Phase shifted PWM

KaushikSTM32
Associate II

Hello,

I wanted to generate Phase shifted PWMs with timer C and timer D in HRTIM1.

What is the easiest way to do that?

 

Thanks,

6 REPLIES 6
Javier1
Principal

Im also trying to do this, lets keep in touch
https://community.st.com/t5/stm32-mcus-products/synching-hrtim-s-tima-and-timb/td-p/770972

Available for consulting/freelancing , hit me up in https://github.com/javiBajoCero
AScha.3
Chief III

Hi,

set output : toggle , then difference in channel value -> phase shift between channels.

If you feel a post has answered your question, please click "Accept as Solution".
KaushikSTM32
Associate II

 

Actually I got some ideas.

In HRTIM1, We can Sync other timers by Master Timer's CMP1.

Well, I am Half through will send updates soon.

>>We can Sync other timers by Master Timer's CMP1.

Yea but how, and then is not just synch, is controling the phase shift

Available for consulting/freelancing , hit me up in https://github.com/javiBajoCero
KaushikSTM32
Associate II

 

We need Guru here for that who can guide us.