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


Error in building project

I have a STM32F401RE and a STSPIN230.
I’m trying to build the example project from the STSPIN230 firmware with some changes to the MC_SixStep_param.h.
The following error appears:

 arm-none-eabi-as -mcpu=cortex-m4 -mthumb -mfloat-abi=soft -g -o "Example\\startup_stm32f401xe.o" "..\\..\\..\\..\\..\\..\\..\\Drivers\\CMSIS\\Device\\ST\\STM32F4xx\\Source\\Templates\\gcc\\startup_stm32f401xe.s" 
Assembler messages:
Error: can't open ..\..\..\..\..\..\..\Drivers\CMSIS\Device\ST\STM32F4xx\Source\Templates\gcc\startup_stm32f401xe.s for reading: No such file or directory
 

Any ideas? The file is there and the paths are good.

Fixed: I tried building the project with SW4STM32 version 1.3 and it worked.