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


Having problems running examples on the stm32f769i-disco

Hello,

I have bought a few weeks ago the board stm32f769i-disco. I had installed sw4stm32, but I wasn’t able to flash my board. Then I started to flash from cli. My first successful connection was with openocd and I flashed the board without any offset (what I guess, is a problem; see later), and it didn’t work, as you may expect. Fortunally, I found the missing step to make sw4stm32 work with my board: update all plugins in sw4stm32.

Ok, now I run the examples for the board. Some examples doesn’t really work proper. The spdifrx example only produces an annoying beep and the red led is lighting. Even the demo is running bad. Look at the photos in the attachment.


May you give me a hint, how I fix the described problems above?

Thanks,
Dieter

Ok, the spdifrx example works proper. I’ve understood the readme wrong.

Unfortunally, the problem with the demo (attachment) still persists.