Loading...
 

SW4STM32 and SW4Linux fully supports the STM32MP1 asymmetric multicore Cortex/A7+M4 MPUs

   With System Workbench for Linux, Embedded Linux on the STM32MP1 family of MPUs from ST was never as simple to build and maintain, even for newcomers in the Linux world. And, if you install System Workbench for Linux in System Workbench for STM32 you can seamlessly develop and debug asymmetric applications running partly on Linux, partly on the Cortex-M4.
You can get more information from the ac6-tools website and download (registration required) various documents highlighting:

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;