-5

i need to "ic" only for produce dead time with been 2 pulses. i need dead time=={4-5 micro second}

enter image description here

1 Answers1

2

You probably need something like this: -

enter image description here

If you invert the OR gate output (use a NOR gate) you will get dead time between the two outputs i.e. when one goes low there is a time delay before the other goes high. The time delay is set by the R and C connected to the input called PWM.

It's probably best that you use schmitt trigger input devices too.

Andy aka
  • 434,556
  • 28
  • 351
  • 777