ATmega32u2 – How to Ground a USB-Powered ATmega32u2

groundingschematics

In ATmega32u2's reference manual, there's a diagram for USB-powered application like shown below.

Should I, or should I not, connect the GROUND to VSS/UVSS line? And why? If not, then what to do, just connect GROUNDs together?

Bus-powered application of ATmega32u2

Best Answer

Yes, connect ground to UVSS. The ground symbol is used to indicate a common zero voltage reference point. Because you are powering the MCU via USB, this common zero voltage should be the same as the supply and therefore connected to the 0V (UVSS) line.