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 select target firmware version of STM32Cube

Hi to all,

I am using System Workbench Version: 1.3.0.201507241045. My host system is Fedora v23. I installed software using supplied installer “install_sw4stm32_linux_64bits-latest.run”.

Firtsly, I created a test project using “Standart Peripheral Library” and it worked without ay error.

Then I tried to create a Cube project and I have two zip files different versions of firmware named

1) stm32cubef4.zip
2) stm32cube_fw_f4_v1110.zip

and these files located under folder “~/.ac6/SW4STM32/firmwares” like the other one that I used when creating the first test project and named as “stsw-stm32068.zip”.

But when I select the “Cube HAL” radio there is no firmware listed below and message “Target firmware could not be found. Please download it” displayed.

I wonder if there is a way to select one of these older firmwares without downloading latest version.

Thank you for your time.

Did you or anyone else get a solution for this? I’m struggling with the same problem. I want to use the same version of HAL like in a Project created some years ago, but I can only use the newest version in the project creator. I tried to move away the newer library from the search path, hoping that eclipse will see the older version then, but that did not happen...