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


System Workbench folder renaming with sources and headers

Hi,

I just wanted to test the nucleo L0 board with system Workbench.

The project configuration works fine. It builds, compiles and debugs correctly.


However when I try to customize the folder to my needs, it doesn’t compile no more. I’ve already included accordingly the directories in Eclipse project properties.

I’ve just tried to move the Hal_Driver files (inc and src folders ) into one unique directory folder (.c and .h files) and project doesn’t compile o more.

I’m using Eclipse Kepler 32 bit edition.

Am I missing something?

thanks in Advance

France

Hi,

How did you create your project? Did you use the default configuration (static library) or did you request to place the drivers in the application project?

In the main project, the source code must be placed in “Source folders” that you can create by “New -> Source Folder” as otherwise they are not compiled.

You may also check in the foder properties, (tab “C/C++ Build >> Settings) that the “Exclude resource for build” is not checked.

Bernard

Hi Bernard, thanks for your help.
finally it was just the include file order of Eclipse general settings.

I’ve created a base project with folders organized in a way i am use to.

Now i would like to add the OS, and i know that with eclipse, the freeRTOS folder is added but not configured.... Is there any tutorial about how to configure EClipse with STM plugin and the freeRTOS? Or shall i do it manually?

I know that cubeMX configures the freeRTOS for IDE like TrueStudio or EWARM but not EclipseIDE, is there any tutorial outthere?

I’m more use to ucos3 and eclipse. IAR provides a plugin for exporting EWARM project to Eclipse IDE directly and quite nice to have a base project from scartch without no effort.

Thanks in advance.