Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 639 Bytes

File metadata and controls

22 lines (13 loc) · 639 Bytes

stm32g0b1 (512 Kbytes) example

This is the simplest stm32g0b1 example with Makefile.

Purpose

The application is inbtended simply to check that the library can be builded with corresponded compiler for given plathorm without Warnings and Errors.

Usage

cd libparams
make stm32g0b1

It will generate .bin file in libparams/build folder.

Notes

  • Since we want to utilize the last page of flash memory, we call romInit(255, 1).
  • Related workflow: build