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 STM32F4DISC1 SPL problem  

STM32F4DISC1 SPL problem

Hi Maciej Janc,
I used the STM32F4xx_DSP_StdPeriph_Lib_V1.7.1 and especially the EXTI_Example.
One file is missing in the original project (stm324x9i_eval.c)
but after adding it into the project, it compiles and run properly using EXTI.
Attached the updated project for SW4STM32 :
- uncompress the file into your workspace.
- Right-click in the Project Explorer window >> Import >> General >> Existing Projects into Workspace >> Next >> Browse >> Select project folder >> Finish