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


Re: workspace woes how to add a project

France

Hello,

For the JPEG and SDIO libraries, these are third party libraries provided by ST. We are working on a way to provide some support but currently you have to manually configure them for correct compilation.

If you look at the project explorer, you’ll see that the errors when compiling them are located in a “library” project for your board (should be named something like stm32f411-disco_stdperiph_lib or nucleo-f411_re_hal_lib depending on your board and firmware version). These projects hold the ST firmware with the options you have selected and are referenced by all projects using the same board.

To correct the errors you may either

  1. Delete the JPEG and SDIO sub-directories in the Utilities folder of this project, thus effectively removing these components from your build
  2. Look at the errors and correct them (this is usually not so complicated)

To navigate to an error you can either:

  • notice a red cross on folders and files where there is errors
  • double click error messages in the console output
  • click error messages in the Problems view at screen bottom

As any IDE, Eclipse has its own tricks but, once used to them, you’ll see that is is overall quite convenient.

Regards,
Bernard

 

Newest Forum Posts

  1. SPI on Nucleo_STMH533RE by royjamil, 2025-05-04 20:13
  2. SPI on Nucleo_STMH533RE by higginsa1, 2025-03-25 07:37
  3. SPI on Nucleo_STMH533RE by royjamil, 2025-03-23 11:31
  4. SPI on Nucleo_STMH533RE by higginsa1, 2025-03-23 09:33
  5. Configuring DMA for ADC in SW? by sam.hodgson, 2025-03-04 12:58
  6. Build a project in "release" mode by info@creosrl.it, 2025-02-20 18:12
  7. Build a project in "release" mode by info@creosrl.it, 2025-02-20 17:05
  8. Build a project in "release" mode by tang, 2025-02-20 10:36
  9. Build a project in "release" mode by info@creosrl.it, 2025-02-19 17:35
  10. Fail to debug in Win 11 C/C++ by mortenlund, 2024-12-26 20:27

Last-Modified Blogs