level shifters and mosfet drivers

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
Now i have completed the amp, but theres a problem, the 74HCT14N doesent invert the signal, like it should.

What happens ? Both fets get turned on at the same time = the fets get hot as well as the driver and the bootstrap diode.

The 74HCT14N is driven by 12 volts DC.
 
Bah 74HCT14 is 5V only and MM74C14 is nowhere to be found :(

Looks like i have to come up with an own solution as the output from the pwm is 0-12v while 74CHT14 can only take 5V and the IRF2010 needs 12v input. Damn.

Does it have to be a HEX inverted Scmitt trigger or could i make an inverter with just a transistor and a resistor ?
 
Any 4000-series NAND, NOR, XOR or XNOR CMOS gate or inverting buffer will work. These parts are usually named CD4xxx, HCF4xxx, HEF4xxx, MC14xxx, etc... (use google if you don't know them yet). They are somewhat slower than the 5V CMOS TTL-compatible 74HCxxx or 74HCTxxx series but they come very handy anyway because they will handle 15V or even 18V depending on part suffix.

Also, the IR2010 has a "Vdd" logic supply pin that you can connect to +5V if you are using TTL levels, or to any other supply voltage up to 25V in order to get proper input logic thresholds. Read the datasheet.
 
Hi Tekko,

You Cannot use TL494 to split the signals in different polarities because the maximum duty cycle obtained from either output of TL494 is limited to 50% only , In order to get full or near 95% duty cycle, you have to wire the outputs in "OR" configuration....

The best way is to use a fully differential comparator with differential input/Output for inverted/non-inverted signals simunteanously such as LM360 from National Semiconductor....

www.national.com

K a n w a r
 
You Cannot use TL494 to split the signals in different polarities because the maximum duty cycle obtained from either output of TL494 is limited to 50% only , In order to get full or near 95% duty cycle, you have to wire the outputs in "OR" configuration....

You forgot OutputControl pin! You can get inverted signal from 494 simply: Just wire one internal transistor to common emitter, other to common collector! The problem is there is no place for DT adjust. But paralelled diode with gate-resistor can do it.
 
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.