Go to file
2022-11-16 10:02:47 +01:00
.vscode vscode: Adapt launch configuration 2022-11-16 10:02:47 +01:00
arch/CMSIS Port to srm32g031 2021-05-28 11:06:00 +02:00
Core Implement uart bridge application 2021-06-09 13:34:48 +02:00
platform/stm32g0xx Implement uart bridge application 2021-06-09 13:34:48 +02:00
.gitignore Code restructuring 2021-01-08 10:11:53 +01:00
Makefile Port to srm32g031 2021-05-28 11:06:00 +02:00
openocd.cfg vscode: Adapt launch configuration 2022-11-16 10:02:47 +01:00
readme.md Initial commit 2020-12-14 16:21:17 +01:00

STM32G031 Demo

Environment

The Demo is running on STM32G031 Nucleo-32 (STM32G031K8 - https://www.st.com/content/st_com/en/products/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus/stm32-mainstream-mcus/stm32g0-series/stm32g0x1/stm32g031k8.html)

Functionality

The Program loops with a 200 ms step with. Within this loop:

  • LED3 toggles
  • UART 1 sends "Hello World"
  • UART 2 sends "Hello World"
  • Independend Watchdog