Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Half bridge dc-dc circuit with PIC16F1827

Status
Not open for further replies.
I think the problems of not showing an actual schematic are quite obvious.

Instead of further guessing, these are the facts so far:
- ICL7667 is an inverting gate driver
- the waveform in post #19 looks like the output of ICL7667 controlled by the code in post #16
- the waveform has overlapping high phases, creating a temporary short of the output stage. The problem can be easily solved by changing the code.
- the gate driver supply is apparently 5V, as in post #9. That's too low for low FET losses, 10-15V would be good
- the output frequency is below 10 kHz, according to post #16 it should be 1o kHz. There might be a difference in microcontroller oscillator frequency.
 

I think the problems of not showing an actual schematic are quite obvious.

Instead of further guessing, these are the facts so far:
- ICL7667 is an inverting gate driver
- the waveform in post #19 looks like the output of ICL7667 controlled by the code in post #16
- the waveform has overlapping high phases, creating a temporary short of the output stage. The problem can be easily solved by changing the code.
- the gate driver supply is apparently 5V, as in post #9. That's too low for low FET losses, 10-15V would be good
- the output frequency is below 10 kHz, according to post #16 it should be 1o kHz. There might be a difference in microcontroller oscillator frequency.

Hello Sir,here is the schematic of the PIC and the MOSFET I would like to control.

Thanks.
 

Attachments

  • Schematic.pdf
    25.6 KB · Views: 36

Yes, that's what I assumed in my previous post (ignoring the 555 symbol you used in the schematic).

To repeat my suggestion:
- invert the PIC output signal by changing the code, essentially writing HIGH instead of LOW and vice versa.
- use a higher gate driver supply of 10 - 15V
 

But if I modify the codes there will be nothing new because where was HIGH will be low and where was LOW will be HIGH,unless I don't get well the point,I think that is what you are saying by changing the codes,and also the problem is that when using 10-15V the drive become very hot also.So I choosed to use 5V,but here I have another oncern can 10V be applied on the gate of the MOSFET? This is because when applying more than 5V on the drive the output becomes in 8.5V-10V.

Is it possible that you can propose by schematic the form of signals which might be used to control the MOSFET?

Thanks,please help.
 

and also the problem is that when using 10-15V the drive become very hot also.So I choosed to use 5V,but here I have another oncern can 10V be applied on the gate of the MOSFET? This is because when applying more than 5V on the drive the output becomes in 8.5V-10V.
A transistor datasheet tells you about suitable gate drive voltage, also the driver IC documents give some hints. I already told my suggestion, no need to repeat it.

There's no problem with your circuit (as far as we can guess from the incomplete schematic).

But if I modify the codes there will be nothing new because where was HIGH will be low and where was LOW will be HIGH,unless I don't get well the point,I think that is what you are saying by changing the codes.

My last to attempt to visualize the problem. With the gate waveforms according to your screenshot, the output is shorted for 10 µs during each half periode. The interval is marked red below. By inverting the polariry, you get 10 µs deadtime instead of 10 µs short. (1 µs deadtime should be more than sufficient, by the way)



There's however a relation between wrong gate waveform and gate voltage level: Short circuit with higher gate voltage results in higher short circuit current.
 
Last edited:

Hello Sir,I now see where the error is,thank you for the help;now I would like to ask you if you can help me to make calculations if for any H-bridge which must output 220VAC.

Thanks.Please help.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top