DIY projects with the STM32G031 and STM32G030 microcontroller
- 8-Pin SON
- J6: 8 pins with 32KB Flash
- Examples with
_6
postfix
- 8-Pin SON
- Doesn't have low power timer and low power USART (compared to STM32G031J6)
- J6: 8 pins with 32KB Flash
- Examples with
_6
postfix
- TSSOP20
- F8: 20 pins with 64KB Flash
- Examples with
_8
postfix: 64KB Flash STM32G031x8
- Use
LDLIBS:=--specs=nano.specs
instead ofnosys.specs
. The later will generate wanings and is not required - Apply
ARFLAGS=rvU
so that the archive includes proper timestamp (otherwise everything will be always rebuild)