Skip to main content
Visitor II
April 28, 2026
Question

STM32G0B1CET6N VDDIO2

  • April 28, 2026
  • 2 replies
  • 118 views

Hello I'm trying to wire up the STM32G0B1CET6N and I don't know how to use the VDDIO2 pin. What is it for and how should I wire it?

2 replies

Shirley.Ye
ST Employee
April 29, 2026

For the STM32G0B1CET6N, the VDDIO2 supply powers GPIO PG[15:2]. In a normal design, you can tie VDDIO2 to VDD and add a local decoupling capacitor.

Andrew Neil
Super User
April 29, 2026

Did you check the datasheet?

Hint: it's a PDF document, so you can use the 'Search' facility to find all occurrences of "VDDIO2":

AndrewNeil_0-1777471001664.png

https://www.st.com/resource/en/datasheet/stm32g0b1ce.pdf#page=17

AndrewNeil_1-1777471092922.png

AndrewNeil_2-1777471141330.png

AndrewNeil_3-1777471193736.png

AndrewNeil_4-1777471245601.png

 

See also Application Notes AN5096Getting started with STM32G0 MCUs hardware development

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.