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 Cannot compile simplest project  

Cannot compile simplest project

Hi it is I’m once more :-)
Yet another bug.
I install SystemWorkbench on linux (Debian 8 64-bit).
Test project (with StdPeriph) was compiled well. But when I try to download binary to board and debud, I got message:
===
Error in final launch sequence
Failed to execute MI command:
-target-select remote localhost:3333

Error message from debugger back end:
localhost:3333: Время ожидания соединения истекло.
localhost:3333: Время ожидания соединения истекло.
===

Red/green LED near mini-usb slot (it shows wether board connected) not blinks and lights with red only. I tried different settings, but result was the same :-(

Finally I install and config GNU ARM C/C++ OpenOCD Debugging from http://gnuarmeclipse.sourceforge.net/updatesQuestion, as describes in http://ctrl-v.biz/blog/8Question (sorry, article in Russian language). With OpenOCD Debugging debugger works well.

In this way I have:
1) Project for STMF407-DISCOVERY automatically creates wit all necessary external dependences and settings (configuring procedure in http://ctrl-v.biz/blog/8Question very-very awful :-( )
2) Project builds without errors
3) Project downloads to board
4) Project executes under debugger.

But at first I use another debugging plugin (GNU ARM C/C++ OpenOCD Debugging), and at second, I still cannot build project with Windows version.

Can somebody help ?