J
Joerg
John said:Joerg said:P said:"legg" wrote in message
- but didn't do the 'work' for him. 'fait accomplis' tends to sell.
The whole simulation business gives me the squitters, when no
hardware is being built. It takes effort to make a simulation
represent real hardware, even after it's built.
Only really useful to demonstrate basic priciples or to predict
iterations of subcircuits - and even then you need to add salt.
Well, in this case I actually have built the hardware, and it worked for
a while but suffered from certain problems such as high voltage spikes
and extreme current surges. So with the help of some more experienced
people here, I was able to see where my design had issues, and now after
another round of simulation, I think I am ready to rebuild the hardware
and try again.
There are some things that do not lend themselves well to simulation. I
plan to use a PIC, probably the PIC16F684 or PIC16F616, but their PWM
modules are not suited to a push-pull topology except at 50% duty cycle.
And that's exactly where the main problems is. Every mundane switcher IC
worth its salt has a soft-start feature. Other than a little ceramic cap
it requires zero in additional parts.
I don't know what it is with these PICs. They are ok as a uC but why are
people using them as switcher chips? It makes no sense. I've seen
designs where they were used (against my advice) and very painful
compromises resulted. These things cannot do proper current mode
control, there is no good dead time control, there is no easy soft-start
solution, any loop that was being attempted was bog-slow, and to top it
all off the uC cost a lot more than a switcher chip that could have done
a much better job.
[...]
The one time I considered it (with an AVR) the AVR was for something
else. And it was hey, look, I can take this bit away, and that bit, and
do this in software, and even the power supply chip could go if i wanted.
For a tiny helper supply, no objections. But what Paul is doing is a
very serious switcher something that most definitely is not a home run
for a micro controller.