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


How to modify mcu to an existing cube Mx file (*.ioc)

Hi,

I have a project generated from project1.ioc cubemx file. Project1 uses STM32L031F4 (16Kb).

Now in project2 I want to use same configuration used in project1 but with other mcu (STM32L031F6) with 32kB.

My question is... how could I modify project1.ioc to set STM32L031F6. Must I generate a new project from zero to generate project2.ioc with 32Kb part ?

Thank you,
Asier.

Hi Asier,

I think it is better to generate a new project from CubeMX. I don’t think you can change the MCU from the ioc file because there are compilation flags / or code that might change.

Regards,
Kevin
(ac6)