Electronic – a best way to get a 25% duty cycle square wave (5 V, 1 MHz) on a board

duty cyclefunction generatormicrocontrollerpwm

I am trying to get two off-phase 25% duty cycle square waves(1MHz) to control a full bridge circuit.

Update:Sorry for the confusion here, what I mean was to have 2 square wave signals, and introduce 180 phase difference in between, off-phase is not the correct way to descirbe it. Please see picture below, green and red line represent these 2 signals, respectively:

enter image description here

The idea is to have everything on the board, instead of pluging in the external square wave signals.

I am not very experienced with this type of design so I have done some research on how to get a square wave circuit on board:

  1. Use a function generator IC such as AD9833, and program it to output the square wave
  2. Use a 1Mhz oscillator, a dc voltage source from battery and a comparator to generator the square wave: in my simulation program I did it as followed(not exactly 25% duty cycle but just something near):

    Simulation circuit

  3. Combine op amps to generator the square wave, an example from TI is shown below:
    enter image description here

  4. Use Micocontroller + PWM controller.

It seems to me the op amp option is very intuitive but it takes some time to be fully oscillated, thus I haven't seen any example that it is used for above 1MHz application. I need a sharp square wave(I have been simulating it with 10n rise/fall time) with defined duty cycle.

My question is, what is the commonly accepted way to do it? It will be really appericated if you can provide me with some examples or reference so I can study about it.

Thank you in advance!

Kind regards,
Suns

Best Answer

If you're considering this: -

Combine op amps to generator the square wave

Then, the LTC6992 from here appears to do what you want.

enter image description here

I am trying to get two off-phase 25% duty cycle square waves(1MHz) to control a full bridge circuit.

You might be interested in adding this circuit to the output of the LTC6992 then: -

enter image description here

Picture from here and original from here.

I mention the above because if you need to avoid MOSFET shoot-through in your H bridge, these could be useful additions.

Related Topic