Forum: 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...