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


You are viewing a reply to Select MCU (TARGET)  

Select MCU (TARGET)

France

Hi Alfredo,

Indeed, System Workbench needs you to define the board on which your program will run; after abere MCU chip wink

So you may:

  • either use one of the evaluation boards provided by ST supporting a chip close to the one you will use in your product
  • or define a custom board:
    • click on “create custom board” on the board selection page of the project creation wizard
    • you will have to provide the MCU and the debug interface to use (currently we only support ST-Link out of the box, but other members of th esite succeeded using J-Link from segger).


Hope this helps,

Bernard

PS: to discover the IDE interface, you may follow the Getting Started with System Workbench for STM32 tutorial and read user documentation in the User Guide