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 BSP_TS_Init and StemWin ..  

BSP_TS_Init and StemWin ..

Hi Hjalmar,

I just did import the example project. The “stm32746g_discovery_ts.c” and the “Components” directory (maybe other file for more features) are also missing from this example project.

To add “stm32746g_discovery_ts.c”, on your project, in Drivers\BSP\STM32746G_DISCOVERY, in the menu, click on New > File > Advanced, check “Link to file in the file system” then browse the “stm32746g_discovery_ts.c” file from the firmware (which should be in ....STM32Cube_FW_F7_V1.1.0\Drivers\BSP\STM32746G-Discovery)

To add the components, just copy paste the components directory (in ....STM32Cube_FW_F7_V1.1.0\Drivers\BSP\Components) into the project, in Drivers\BSP

Hope it solve your problem.

Kevin.