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


Cannot build example projects (from STMCubeF4), includes seem to be missing


Hello Pole92,
The last SW4STM32 version is the V1.11.
I suggest to enable the notifications for the automatic updates in the Window menu :
Windows menu >> Preferences >> Install/Update >> Automatic Updates >> Enable automatically find new updates and notify me
You may also check fo updates : Help menu >> Check for Updates
Note : you have to configure the Network connection if you are using a proxy :
Windows menu >> General >> Network Connections

About the GPIO project from the Cube FW package V1.13, here are my steps :
I launch SW4STM32 and I select the following workspace :
...\STM32Cube_FW_F4_V1.13.0\Projects\STM32446E-Nucleo\Examples\GPIO\GPIO_IOToggle\SW4STM32
- Right-click >> Import >> General >> Existing Projects into Workspace >> Next >> Browse >> Select STM32F4xx-Nucleo folder in the STM32Cube_FW_F4_V1.13.0\Projects\STM32446E-Nucleo\Examples\GPIO\GPIO_IOToggle\SW4STM32 folder >> Finish
- (Optional) Right-click on the STM32F4xx-Nucleo project >> Properties >> C/C++ Build >> Enable parallel build >> Apply >> OK
- (Optional) Right-click on the STM32F4xx-Nucleo project >> Properties >> C/C++ Build >> Settings >> MCU GCC Compiler >> Dialect >> ISO C99 >> Apply >> OK
- Right-click on the STM32F4xx-Nucleo project >> Properties >> C/C++ General >> Indexer >> Enable project specific settings >> Remove the Index unused headers >> Apply >> OK
- Right-click on the STM32F4xx-Nucleo project >> Index >> Rebuild
- Right-click on the STM32F4xx-Nucleo project >> Build Project => Build Ok (Text section = 3340 bytes)
About the GPIO project from the Cube FW package V1.13, here are my steps :
I launch SW4STM32 and I select the following workspace :
...\STM32Cube_FW_F4_V1.13.0\Projects\STM32446E-Nucleo\Examples\GPIO\GPIO_IOToggle\SW4STM32
- Right-click >> Import >> General >> Existing Projects into Workspace >> Next >> Browse >> Select STM32F4xx-Nucleo folder in the STM32Cube_FW_F4_V1.13.0\Projects\STM32446E-Nucleo\Examples\GPIO\GPIO_IOToggle\SW4STM32 folder >> Finish
- (Optional) Right-click on the STM32F4xx-Nucleo project >> Properties >> C/C++ Build >> Enable parallel build >> Apply >> OK
- (Optional) Right-click on the STM32F4xx-Nucleo project >> Properties >> C/C++ Build >> Settings >> MCU GCC Compiler >> Dialect >> ISO C99 >> Apply >> OK
- Right-click on the STM32F4xx-Nucleo project >> Properties >> C/C++ General >> Indexer >> Enable project specific settings >> Remove the Index unused headers >> Apply >> OK
- Right-click on the STM32F4xx-Nucleo project >> Index >> Rebuild
- Right-click on the STM32F4xx-Nucleo project >> Build Project => Build Ok (Text section = 3340 bytes)