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


Cube over aggressively removing user files not generated by cube

I added my own source files (app.c, PWM_manager.c) to a project generated by cube

When I regenerate using cube, I want it to delete files Cube has generated in the past but for which I am no longer using a peripheral.

e.g. I have a project that used 4 timer, I now only use three

Cube, however, in its wisdom deletes files it has never generated.

Also under AC6
Where do I put my .h files?

Every .c file has a correspondig .h file so I can easily import functionality

a) The project browser hides ALL .h files (as if no-one uses them any more)
b) It does not give me a folder to put them in
c) if I create an inc folder in my app, wher the .c file is the editor is happy, but it won’t compile!

Cant we simply ahave src/ and inc/ folders as has been common practice since the time of Kernighan and Ritchie?

I think you need to make sure you are using the version 4.14.0 of Cube.

The problems you are describing were present in the older versions.

Also, this forum is for ac6, not Cube. For Cube use the ST forums.

-Matt


Thanks for the info Matt,

I will look at the versions and for the forum @st