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


Import Project Application from CubeMX Repository

Hello!

Same problem here. To be accurate about what I did,
I’m trying to find out how to use the Nucleo 401 demonstration code for
the X-Nucleo-CCA02M1 extension.
First, here is what the documentaiton (CHM file) says:
---------
How to use it ?
In order to make the program work, you must do the following :

  • Open your preferred toolchain
  • Rebuild all files and load your image into target memory
  • Run the example

---------

I have the impression there is a lot of explanations missing between line 1 and 2.
I have tried to import it (without any success)
I have also tried to create a new project which integrates STM32Cube code (include
in the project folder), and then copy all the code I found in STM32CubeExpansion_MEMSMIC1_V1.2.0
folder. This doesn’t work either.

That said, I’m sure it’s obvious... when you already know what to do. But for newcomers,
it’s not easy. Beside this, System Workbench version of eclipse doesn’t work the same as
(for instance) Texas Instruments’ CCS. In CCS, when I add files in my source folder, they
are automatically taken into account and shown in the IDE source perspective. In System
Workbench, they are not shown.

Any hint welcome.

Pascal