Designing 80V CMOS Circuit

cmosdacmosfetpwm

I wanted to make a DAC (0-80 V) using a PWM input (6 kHz).

You might ask why I did not make it with a single N-MOS. The reason is, I tried a single as well. But power dissipation could be a very big problem, if I need more than 100 DAC channels in a circuit, so I decided to use C-MOS to get away from this problem. Since I need high voltage, I chose PHC2300 and built up the circuit.

The problem starts here. I tried at the beginning with 24 volts. It seems to be working. But afterwards, if I increase the voltage to 80 V, the complimentary MOSFET does not work anymore. I tried several times; it happens again and again. Do you have any idea what the reason could be?

Best Answer

I think that the complication of making this circuit work might be better served by using an analogue op-amp gain stage such as the LTC6090. It will work up to a combined power rail of 140 volts. The only down side is that it will need a small negative voltage rail to accommodate the input common mode range needed. This can be served by a small DC-DC convertor from the logic supply of the PWM source.

So, you filter the PWM at logic level to produce a DC signal then you use the op-amp to amplify the dc signal up to the voltage level you need.

I'm suggesting this because the complication of the drive circuit for the P channel MOSFET is probably more than using an op-amp (and dc-dc converter). Plus the likely performance is going to be better. If you do want to use a push-pull mosfet driver circuit consider this question OR use an LTC4444 - it can drive two N channel FETs rather than an N and P channel FET. You might find it difficult to obtain a high-side P channel FET driver rated at 100 volts. I'm not saying they don't exist, just hard to find.

Related Topic