cancel
Showing results for 
Search instead for 
Did you mean: 

The analog ground of STM32G473CBUx

licunxu
Associate II

Hi ST expert

I'm ready to use STM32G473CBUx now. According to the datasheet, the STM32G473CBUx does not have an analog ground VSSA, only a ground VSS. I have questions:

1. The analog input of the internal ADC/DAC is referenced to the chip's VSS, or has STM32G473CBUx internally partitioned an analog ground?

2. When I design the schematic, is the analog power VDDA referenced to VSS?

licunxu_0-1758162740290.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Super User

1) VSSA and VSS are bonded to the exposed pad.

2) VDDA is referenced to VSSA/VSS which is the exposed pad.

TDK_0-1758163502657.png

 

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

3 REPLIES 3
TDK
Super User

1) VSSA and VSS are bonded to the exposed pad.

2) VDDA is referenced to VSSA/VSS which is the exposed pad.

TDK_0-1758163502657.png

 

If you feel a post has answered your question, please click "Accept as Solution".
LCE
Principal II

On most chips this extra GNDA / AGND is mostly a joke, because in the datasheet it is almost always recommended to connect these GNDs, as they are connected internally anyway.

Split GNDs can make sense (speaking more about printed circuit boards), but there's lots of things to take care of.
Even with high-end mixed-signal ICs (audio converters with fs >= 192 kHz / SNR >>= 110 dB) using one (or more) solid GND plane around / under that IC gave me the best results.

 

Thank you for your reply