STM32G0 – a new line of STM32 microcontrollers

STM32G0 – smaller, simple, versatil, eficient and robust. A few words which specificate a new generation of STM32 microcontrollers – G0.

STM32G0 includes a few interesting features which have to be highlighted.

– G0 microcontrollers doesn’t contain more VCC and GND pins. Only one VCC and one GND.

– G0 contains clock generator with 1% precise, so not necessary to assemble external clock

– low power

– high security level (FW IP protection, Secret key storage, Authentication, Securable Memory Area, Execute-only Protection, Read-out Protection, Write Protection, Memory Protection Unit (MPU), AES-256 / SHA-256 Encryption, True Random Number Generator, Unique ID)

– versatility: G0 contains peripheral like USART, I2C, ADC, SPI, but some types of G0 also contains FD CAN, USB C delivery power, USB 2.0 Full speed Device/Host, HDMI CEC and more.

– a few types of packages, amount of FLASH and RAM. In this year is availablel only UFQFPN 28 pin LQFP/QFN 32 and 48 pin and LQFP/UFBGA 64 pin. Amount of memory is 64K FLASH, 36K RAM and 128K FLASH and 36K. In the next year will be available also types with:

from 16K FLASH up to 512K FLASH and 8 K RAM up to 128K RAM.

Another packages will be SON 8 pin, TSSOP 20 pin, and also LQFP 100 pin.

Again, you can buy SON 8 pin, TSSOP 20 pin in the next year.

You can buy STM32G0 which will be assembled on Discovery and Nucleo

NUCLEO-G071RB – the price is 9.37 Euro on mouser

NUCLEO-G070RB – not available

STM32G081B-EVAL – not available

Other info you can find on
https://www.st.com/content/st_com/en/about/media-center/press-item.html/p4117.html

https://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32-mainstream-mcus/stm32g0-series/stm32g0x1/stm32g071eb.html

https://www.st.com/content/ccc/resource/sales_and_marketing/presentation/product_presentation/group0/32/ea/db/8e/9e/1c/43/a7/STM32G0_marketing_pres/files/STM32G0_marketing_pres.pdf/jcr:content/translations/en.STM32G0_marketing_pres.pdf

https://www.st.com/en/microcontrollers/stm32g0x0-value-line.html?icmp=tt9016_gl_pron_dec2018&querycriteria=productId=LN2050

https://www.st.com/en/microcontrollers/stm32g0-series.html?icmp=tt9016_gl_pron_dec2018&querycriteria=productId=SS1960

Share the article:
Show your
Maker soul!
Buy a T-Shirt
Coffee for Chiptron
Give a boost to the next article

Related Articles

AVR, ATMega, ATTiny, PIC, Arduino… these are very searching words in google and I asked myself “Why?”. Yes, AVR by Atmel or PIC by Microchip family is popular, but we can program better (modern, faster, more low-power, more peripherals) microcontrollers…

Arduino is very popular platform with support from huge community. You can buy a lot of Arduino (compatible) boards – original Arduino, clone of Arduino with the same microcontroller (ATmega328, SAMD21) or different microcontroller (ESP32, ESP8266). Arduino board with STM32…

If you program microcontrollers by STM (STM32F4, STM32F0, STM32L1) with Standard Peripheral Library your code is bigger than without Standard Peripheral Library. It is motivation why we can program of microcontrollers without Standard Peripheral Library. Nevertheless, if you program without…

The first article from Tutorial: STM32F746 (STM32F7 Discovery) serie. I would like to describe how to turn on LED simply controlling GPIO. Why I began to write this tutorial and why I don’t want to use HAL or Standard Peripheral…

We wrote a news about STM32F746 discovery and IDE by openstm32.org on the google+. https://time4ee.com/ got development board STM32F7 discovery by ST. We want to show MULTIPLATFORM (Linux – Ubuntu, Windows) development tools by http://openstm32.org Other tutorials with STM32F7: Tutorial:…