cancel
Showing results for 
Search instead for 
Did you mean: 

Dead band not in snyc

Dipak_95
Associate

Dear Team,

I am using the STM32F103C8T6 MCU and I am trying to generate PWM signals with dead band.

and according to my configuration dead band is not in sync.

Please let me know what configuration I have to make?

 

 

image.png

Note: I have gate driver which Lin is INVERTED so, that's why I am generating this type of PWM [ you can say complimentary ]

[ I have attach the c file ]

Best and regards,

Dipak 

1 REPLY 1
AScha.3
Chief II

Hi,

you have to set OCx and OCxN complimentary, then you get deadtime on every rising output.

AScha3_1-1718026344336.png

 

If both active hi , you get, what you see on your pic :

AScha3_0-1718026019698.png

So its for driver with both inputs active hi , not mixed hi/lo.

Use a inverter on the active lo driver input - or other driver.

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