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


New development board (STM32F769I-DISCO)

Hello,

We are going to start developing embedded systems and we purchased the STM32F769I-DISCO board. I was planning on using OpenSTM32 to write, test and debug code (I am also a first time user of OpenSTM32).

I installed the IDE and on project creation I noticed that the board is not in the supported list. I imagine that this is because the board is new-ish. What are the limitations I will have until the board is supported? I got this board to test the MCU’s capabilities as a network connected embedded device. But the first formal project I will create is a multi-axis stepper motor controller, so I won’t be using most of the board’s features.

Many thanks.

OS:
Windows 7 x64

My version of SW:
System Workbench for STM32 - C/C++ Embedded Development Tools for MCU
Version: 1.8.0.201603291114

Board:
STM32F769I-DISCO

Hello,

You need to update the software, use the menu Help => Check For Updates
You’ll then see the board...

Doing so now! Mistakenly assumed that the installer had the latest version.

Thanks :-)