Skip to main content

Mixed Signal Grounding - Grounding Series Part III

This is the last installment of the grounding series articles I have posted.

In Part II of this series, we have explained that star ground provides a single or common reference point to a circuit in an effort to avoid sharing of paths that could cause errors and degrade the integrity of the signals. This is accomplished by selecting a single "mecca" point where all ground return paths meet, and that this point should be a low impedance node. But this scheme is not always practical and doesn't solve all the woes of circuit grounding. Long routes going to the mecca point can itself be a source for error as it becomes inductive to high frequency signals. The rule of keeping the routes or wires as short as possible applies to grounding as well.

The other scheme that we have described is the use of ground plane, because it presents much lesser resistance and inductance compared to the individual wires and traces. But we have cautioned that there are two paths the signal takes, namely the least resistance path for the DC, and the least impedance path for the AC. Figure 3 in the part 2 of the series illustrates this concept. Designers have to be aware of these considerations in order to be effective in designing the ground scheme for his circuit.

As to the question whether which of the two is more effective to use, the answer is there really is not a cure-all for all grounding problems. Mecca will be effective in cases where the longer routes will not present an inductive parasitic to the current path. Examples are sense lines and signal lines which are high impedance or don't expect to have high frequency signals travelling through it. Ground planes on other hand presents a better alternative to minimizing the resistance and impedance of the return path. But again this doesn't solve everything because no two points in the ground plane are exactly equal, but this is minimized by using ground plane. It can be very effective when used with careful planning and design of the circuit, being mindful of the paths of the current flow.

This brings us to the topic of handling grounding in mixed-signal circuits.

Mixed-signal systems present a unique challenge to circuit designers in terms of what grounding scheme is best applied. Mistakes and bad practices can lead to a non-functional system, despite efforts and clever innovations in circuit topologies. Best practice calls for keeping the analog circuits away from the digital circuits where possible, and making the interface only on points where necessary, which means separating both the power rail and the ground, using split planes. Digital circuits are known to be "noisy" because of the logic transitions which draw large current glitches from the supplies. These noise when coupled to analog circuits can very well mess up its performance. Logic circuits on the other hand have higher noise immunity than analog circuits.


Figure 1 Separate Analog and Digital Circuits
Applying ground planes, as well as power planes, on printed circuit boards has increasingly become the practice and is a necessity when high speed signal processing is involved.  The ground plane also has the added benefits of conveniently serving as noise shield and reducing noise interference.The analog and digital grounds still has to meet at some points, and it can be accomplished by small and short trace commonly known as "sense" lines.

Figure 2 Separated Analog and Digital Ground Planes 

So the ground plane provides low impedance nodes for the return currents, and separating the "quite" analog ground  from the digital "noisy" ground prevents interaction between the two. Combining the techniques of mecca in the analog circuit, the use of ground plane, and careful placement of components being aware of how much and what current will flow, offer the best solution and benefits to circuit designers.

For other Parts of the series:

Grounding Series Part I
Grounding Series Part II

Recommended Additional Readings:

Staying Well Grounded by Hank Zumbahlen, Analog Dialogue Vol. 46
Chapter 1 Grounding and Wiring, The Circuit Designer's Companion 3rd Edition, Peter Wilson





Comments

Popular posts from this blog

Arduino Transistor DC Motor Control

Arduino boards have PWM (Pulse Width Modulation) outputs that can be used to control like the speed of a DC motor. On a Pro Micro, those outputs are encircled white on the board. You can program it such that it outputs on a scale of 1-255, 1 being the slowest and 255 being the fastest. PWM gives out pulses whose width is varied (modulated) while the period is constant. The longer it is high, the higher power it delivers to the circuit. PWM can be used to drive a transistor (switch) which in turn drives the motor ON and OFF. The longer the switch is ON, the higher the power delivered to the motor, and thus faster. The circuit consists of a transistor Q1 (TIP31) NPN transistor, driven by the PWM from Arduino. The resistor is to limit the current to the base, but enough to operate the transistor in saturation when the input is high. The diode is to protect the motor from any back emf that might come from the motor when the current is cut off. The circuit is supplied by a 9V battery. ...

What Can You Do With Two Transistors (BJT)? Part 2 - Transistor Regulator

In the first installment of this series, we talked about what exciting things we can do with just two transistors, in particular BJT transistors. Some of us might probably think that we don't talk a lot about BJT transistors nowadays, not with the thrill, excitement, and trend brought about by high advancements in the technology in the Internet of Things, Machine Learning, Machine Intelligence, Advanced Algorithm, etc.. But we argue that these little circuits and components are constantly in the background of the advancements we see around us and we should not ignore them, as much we will not ignore what we currently enjoy and what the future holds for us. Let's continue to look at the Two-Transistor Series Regulator we talked about in Part 1 . The circuit below is a different version, now using the transistor to provide feedback from the output. This makes the output voltage higher. The output is still derived from the zener voltage. The output voltage is now a s...

To Use Star Ground or Ground Plane? Grounding Series Part II

Building circuits whether on a PC (Printed Circuit) board or a breadboard, grounding have always been important. Careful grounding becomes critical on applications where performance and integrity of the signals are of prime importance. Examples are low-level application such as in audio, in precision sensing and measurement circuits, and in mixed analog and digital circuits . When do we use star ground and ground plane? What is the difference between the two? Which is actually better? We will try to answer first what the difference between the two is. Star Ground Also sometimes called mecca ground, this is based on the concept of creating a single return point in the circuit as a common reference in order to avoid ground loops and thus circuit errors (See figure 1 [1]). In the figure, we could see the input signal return path is shared, assuming very high input impedance and no significant current flowing in it. Those in the path of significant current flow, such as the power supp...