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


Adding files in System Workbench in CubeMX generated project

Tried to use System Workbench in connection with CubeMX under linux. Everything was fine, until I tried to add new *.c and *.h files in project.
What I’ve made:

  1. Create new files led.c and led.h in folders project_folder/Src/ project_folder/Inc/ respectively
  2. Link *.c file into project/Application/User/ folder in the System Workbench environment. I’ve made this by dragging file in this folder. As the result, project compiles successfully


But when now I want to regenerate project in CubeMX, I got error “the code is successfully generated under /home/..../project location /, but SW4STM32project generation have a problem”

How to correctly add existiting files into workspace???

Adding existing files two workspace is by copping theme manually ( using file explorer ) to the folder you want and then make a refresh to the project and you will see the file automatically added to the project.
This is the way I do it , I do not know if it is the “correct way”

best regards
Eng.Mazen Aljeddani