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


failed to start debuuging on STM32F0308-Discovery board

I don’t feel this isssue related to the firmware code itself, As I can download and debug/run the generated elf on STM32F0Discovery board, which similar to STM32F0308-Discovery but using STM32F030R8 instead of STM32F051R8.

At this moment, the all those hardware peripherals accessed by the code are common between STM32F0Discovery and STM32F0308-Discovery. So that I tried to download and debug/run the code generated for STM32F0308-Discovery on STM32F0Discovery board.