Properly terminate unused op amp

I’m creating a stripboard layout from the Befaco Output v3 schematics.
The CUE-IN can be controlled using a TL072 based inverting amp. The second op amp of this chip is left unused (the schematic does not mention it).
North Coast Synthesis suggests not to leave it unused, but instead

“connect its inputs to voltages that would be reasonable for those inputs if the section were being used. For an op amp the best thing to do is probably hook it up as a unity buffer buffering 0V: that is, the output connected to the negative input and the positive input to 0V.”

Like this, right?
terminate-op-amp

Does this apply to the unused op amp of the Befaco module? Or is there a better design?

EDIT: To be more precise: is there a better design when the first op amp of the chip is used as inverting amp?

3 Likes

That’s how you terminate an unused op amp.

6 Likes

If you wanted a non-inverted version of the output I suppose you could use the second op amp to invert it back. Is that what you had in mind?

2 Likes

You can find more details on how to connect unused opamp here: http://forums.parallax.com/discussion/download/96248&d=1350228174
But yeah, you should connect it in follower configuration, with the non-inverting input at the middle of your power supply.

2 Likes

Actually it is recommended not to do this. Have a look at paragraph 4.2.1 of this texas instruments application report .

2 Likes

If you wanted a non-inverted version of the output I suppose you could use the second op amp to invert it back. Is that what you had in mind?

No. The signal is inverted back by a NE5532 driven op amp (used for headphone out). Just looking for the right way to terminate the unused op amp

3 Likes

The examples pertain to a single rail system. I don’t know whether that applies in this query, but the example labelled “good” is equivalent to connecting the non-inverting input to ground on a dual rail system such as Eurorack or Kosmo.

3 Likes

But paragraph 4.2.1 says:

Good: This is the minimum recommended circuit configuration. The noninverting input is tied to a potential between the positive and negative rail, or to ground in a split supply system. Virtual ground may already exist in the system, making the resistors unnecessary. The op-amp output is also at virtual ground (or ground in a split supply system).

Eurorack power supply is a split supply system. So I guess it is fine.

This kind of circuit is also mentioned as proper implementation in Figure 3 of http://forums.parallax.com/discussion/download/96248&d=1350228174

4 Likes

In the NO scenario:

All the designer has accomplished is to ensure that the op amp hits a rail, and stays there. This can cause self-heating and increased power consumption.

By “hitting the rail” I assume here hitting gnd is meant. Why would that lead to self heating and increased power consumption?

Oops I forgot to mention that the examples are for single supply opamp! In dual supply you should not connect the non-inverting to +12V or -12V, because when the output “hit the rail”, it consumes more power than being in the middle (gnd for dual supply), and also for the obvious issues if you opamp is not rail-to-rail.

3 Likes