Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


Adding UART4 to amazon freetros project on STM32L475E

I am looking for how to add UART4 to this aws_demo project I found from here: https://github.com/aws/amazon-freertos/tree/master/demosQuestion

I need an interrupt to trigger when receive buffer is full so i can move date into an array.

I tried using the cube generator to generate code for uart4 and the copy into aws demo project in same places.

Seen code in main.c and st32l4xx_it.c that i copied over but here are the errors attached screen shot.