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 Can't run the project  

Can't run the project

Hello Slavius, I made the following steps and got ride of the errors :
- Add #include “arm_math.h” in main.c as, in my case, the arm_bitreversal_q31 function is called from the main();
- Add #include “stm32f407xx.h” in arm_bitreversal.c (to be inserted before the #include “arm_math.h”);
- Define the ARM_MATH_CM4 symbol in : Right-clic >> Properties >> C/C++Build >> Settings >>Symbols;
- “Enable project specific settings” and Remove “Index unused headers” in : Right-clic >> Properties >> C/C++General >> Indexer;