As the title describe. What do you think is the simplest way to generate 2ch clock 180 degree phase shift with 40% duty cycle and 500kHz frequency without any mcu/serial config input? Using two 555 cmos timers seems not like to optimal solution.
Yes, go with a MCU solution would normally be my first thought also. But for this application, no external software load will be available so a pure analog/passive solution is required for this one.I know you said no MCU but an ATTiny85 8pin MCU will generate two biphase outputs. Using timer1 off the internal 64MHz clock divided by 128 gives 500kHz and setting the dedicated dead-time generator prescaler to 1 and the dead-time count to 13 sets the low-high and high-low dead-times as 203.1nS, giving a duty cycle of 39.8%.. A single 8-pin chip - it doesn't get much simpler or more reliable...
+-2% is okey for the duty cycle. Thanks for the recommendations. See that some of the requires a bit more voltage than I´ve available which is 3.3V.If you want exactly 40% then @panic mode 's suggestion can't be improved upon.
If you don't need that level of accuracy, then a SG3525 will work.
IR2153 is another possibility - the HIgh-side driver will also work as a low-side driver.
UCC3808 will also work.
Because of production procedure as it is now. For this (hopefully) quite simple signal generation, a passive solution would be the best in this case.Out of curiosity, why no micro? One 6-pin chip and a capacitor would be the entire circuit.
Saw your post as I was typing. Firmware is loaded in a micro once, as you build the board. How is that a problem?
Bob
Once programmed (out-of-circuit) it can be soldered in place; its completely passive, no external input required.Yes, go with a MCU solution would normally be my first thought also. But for this application, no external software load will be available so a pure analog/passive solution is required for this one.![]()
Now you tell me!See that some of the requires a bit more voltage than I´ve available which is 3.3V.
I have no idea what that means. Do you think the chip has to be programmed every you time you power it up? What is not “passive” about it?Because of production procedure as it is now. For this (hopefully) quite simple signal generation, a passive solution would be the best in this case.![]()
Fixed...thank you.ps. You have two different part types labeled U1.
What temperature range (worst case scenario) will the pulse generator have to experience?+-2% is okey for the duty cycle.
But the truth table says that both Q and not-Q are high if both set and reset are high simultaneously.the Q and -Q outputs come from the input and output of an inverting gate.