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


Importing existing project

I had STM32F746G lying around. But i am not particulary embedded developer.

I was able to get pre-comiled binary working using st-flash in ubuntu. Trying to make small small change on source from : http://www.tjaekel.com/DiscoveryF7Audio/index.htmlQuestion

Downloaded, extracted and imported the project using “import existing .. “. During build all, i am getting GUI.h not found error for src/GUIConf.o

I am assuming GUI.h is either auto generated or i am missing some step. Can some one hint on what one needs to do after importing a working project from some one else into the workspace.

Zip of project http://www.tjaekel.com/DiscoveryF7Audio/files/Eclipse_WS.zipQuestion

Thanks


System Workbench for STM32 - OpenOCD (for Linux 64bits)

Version: 1.14.1.201707031232
Build id: @build@

Copyright (c) 2013 - 2014 Ac6 Tools. All rights reserved.
Visit http://www.openstm32.orgQuestion

Found solution. Library was present and was using absolute paths.