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


Discovery F7 BSP Drivers for display, stm32CubeMx, SW4

Hello,

I just did the following test to play with the F7 BSP example on the F746 Discovery :

- I downloaded the F7 Cube FW package V1.6.0;
- I launched SW4STM32 V1.13.1;
- I am leasy so I selected the workspace within the Cube package :
...\STM32Cube_FW_F7_V1.6.0\Projects\STM32746G-Discovery\Examples\BSP\SW4STM32
- Right-click in the Project Explorer window >> Import >> General >> Existing Projects into Workspace >> Next >> Browse >> Select the project folder :
...\STM32Cube_FW_F7_V1.6.0\Projects\STM32746G-Discovery\Examples\BSP\SW4STM32\STM32746G_DISCOVERY folder >> Finish
- Right-click on the project >> Properties >> C/C++ Build >> Enable parallel build >> Apply >> OK
- Right-click on the STM32746G_DISCOVERY project >> Properties >> C/C++ General >> Indexer >> Enable project specific settings >> Remove the Index unused headers >> Apply >> OK
- Right-click on the STM32746G_DISCOVERY project >> Build Project
- Plug the F746 Discovery board;
- Right-click on the STM32746G_DISCOVERY project >> Debug As >> Ac6 STM32 C/C++ Appplication

.... and it works well and the example is fun ...