Other Parts Discussed in Thread: ADS124S08, ADS1256
Hi there i am new here.
First of all sorry for my bad english. At this moment i am developing a stacked PCB (I dont know if this is the right term for this thing. In general its two PCBs on top of each other and they are connected with pin headers). The two boards are powered by the same battery source. There are two voltage regulators.One one each board. I am using two layer PCBs.
On the first board there is all the analog circuit including the ADC. Also the 5V voltage regulator for the ADC (ADS1255) is placed on this board. The SPI of the ADC is going through the pin headers to the second board. Apart from the ADC there are no digital components on this board.
On the second board there is an atmel microcontroller, some periphrals and a bluetooth modul. Also a 3.3V voltage regulator for the digital circuit is placed on the second board. As the ADC also needs 3.3V for its digital part the 3.3V are connected from the second board through the pin headers to board one and the ADC.
On both PCBs the bottom layer is used as a ground plane. Because i am connecting the 3.3V thorugh the pin headers i also connect the GND of the 3.3V to board one where all the analog stuff is going on. The GND of the 3.3V could be seen as DGND because only digital components are supplied through this regulator.
Here comes the part where i am asking myself how to do it right:
There are a lot of opinions on how to connect the AGND and the DGND of the ADC together. A common method could be connecting AGND and DGND right at the ADC which is than the star point of the ground. As my two voltage regulators are powered by the same battery the two grounds are also connected at the battery. So the ADC cant be the ground star point. That would form a loop.
Others say to just use one big ground plane on the PCB where the ADC is placed. But as i am only getting my DGND to the analog circuit through the pin headers i thought it could be easy to keep AGND and DGND separated. But.... the datasheet of the ADC says:
" If a split ground plane is used with the ADS1255/6, make sure the analog and digital planes are tied together. There should not be a voltage difference between the ADS1255/6 analog and digital ground pins (AGND and DGND)."
So if i am getting it right the two ground planes of the 5V and the 3.3V supply can't stay separated. But on the other side i dont want to form any ground loops. Is there any recommended way to to it in case of such a sandwich PCB ? I've added a picture that shows the two PCBs in general. Where to connect the GND? Thank you very much.