amplifier oscilates in LTspice

does anyone know why this amplifier oscilates and what is the solution to fixing it?
1730510788294.png
1730510771455.png
 
The connection at the bottom of R12, the 220 ohm resistor, connecting the drivers to the feedback node might not supposed to be there? Edit: at second glance i see it's symmetric, never mind. Haven't worked with a szlaski pair like this before, or whatever it's called.
 
I suggest you use a (slightly) slower op-amp. Also keep in mind the op-amp you selected is not suitable for your supply voltage.
1730572525365.png

done used an random model of an relatively slow op amp and everything works fine. now im intrested in what op amp to use, the lt1056 is to fast the tl072 will be also too fast, maybe an ne5532 or an rc4558?
 
  • Like
Reactions: stv
If the circuit behavior is that dependent on the op amp used then the circuit is probably marginally stable at best.

When a circuit has stability issues like this it's not a good idea to just try things to see if they make the problem go away. Since this circuit has global feedback you really need to analyze the loop gain response. LTspice has a Tian probe example that shows how to do this. Look under the "examples\Educational" folder for a file named "LoopGain2.asc" and insert the Tian probe and its associated directives into your schematic as shown. Then run a simulation. What you are looking for is the phase shift at the frequency where the loop gain falls to unity (0 dB). A phase shift of 180 degrees (or more) turns negative feedback into positive feedback and the amplifier becomes unstable.

Again, post your .asc file and maybe someone here can offer some help.
 
i just chose a random model in ltspice, for some reason the universal op amps dont oscilate while any model op amp (lt1056 etc.) does
Would the universal opamp be an ideal opamp by any chance? If so, the reason it doesn't oscillate is that the universal opamp has infinite bandwidth.

I suggest that you introduce yourself to the concepts of phase margin, gain margin, and stability analysis. Sergio Franco, "Design with Operational Amplifiers and Analog Integrated Circuits" is a good place to start.

Tom
 
  • Like
Reactions: rockies914 and stv