Electronic – How to separate ground planes on a PCB with two different voltages

kicadlayout

I am using a four-layer PCB with the following stack up: top signal, ground, 3.3V VCC, and bottom signal.

All of my components require a 3.3V input except for this sensitive optical sensor (MAX30102) that needs both 1.8V and 3.3V inputs. In the MAX30102 datasheet, the 1.8V needs to run to a separate ground from the rest of the system.

How should I go about separating the ground planes? I am using two linear voltage regulators in parallel and have attached an image of my design.

Pad 12 is the ground for the 1.8V input and pad 4 is the ground for the 3.3V input on the MAX30102. How should I connect pad 12 to ground to minimize noise? Furthermore, how do I tie both 1.8V and 3.3V grounds together?

I'm guessing that I make a separate ground plane underneath anything that connects to 1.8V and then connect that to the ground of the 1.8V linear voltage regulator.

Or maybe, I have to connect the 1.8V ground to the main ground source at only a single point with a track? Currently, the second layer ground is tied to all of the other components powered by 3.3V.

Please let me know, I'm a student.

PCB Sensor Layout

PCB MCU Layout

Best Answer

Simple answer is you don't split planes unless you know what you are doing and why you are doing it.

Separate the ground planes and route signals over the the gap in a split ground planes at your own peril.

enter image description here

The lowest inductance path for return currents is on the ground plane directly under the signal trace. This forms the smallest possible 3D loop.

But the return current from such traces cannot cross the gap in the split plane so will flow around the gap instead making a big fat loop.

enter image description here

You do not want to split a plane without justification because you then can only route traces over the bridge between split planes or else you end up with the aforementioned big fat loop.

enter image description here

Instead, what you do is just use a single unsplit ground plane but partition components to different areas on the board so ground currents of the noisy parts do not flow through the ground plane under the sensitive parts. enter image description here

enter image description here


The only cases I know where you might split the plane is you need really, really low noise but can't partition sensitive section of the PCB far away enough.

Current flowing on a plane kind of spills out and smears to the sides of the linear path it is taking. Split plane can stop the spillage from leaking onto areas of the plane that are under other components because you cannot space them far enough in your partitioning with a single unsplit plane. But it's still contentious whether this is actually needed.

enter image description here

Images taken from: http://www.hottconsultants.com/pdf_files/june2001pcd_mixedsignal.pdf