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


Displaying logs and debugging at the same time

I am running Amazon FreeRTOS on STM32L475.

When I connect CN7 port to my Macbook’s USB port, a new device, called /dev/cu.usbmodem141243, is created. I can run and debug the sample applications via this port using System Workbench.

In the application, the logs are written to the serial port. How can I connect and read these logs? Should I make a configuration in System Workbench?