Skip to main content
Miles1
Associate III
August 30, 2020
Solved

How to change HAL firmware version in STM32CubeIDE

  • August 30, 2020
  • 1 reply
  • 7440 views

Is it possible to revert a project to an earlier firmware version? I was able to upgrade, but now I can't figure out how to change back to the previous version.

I also can't create a new project with the older firmware version either (the dropdown is greyed-out / disabled), even though I have multiple firmware versions installed.

0693W000002liS6QAI.png

0693W000002liS1QAI.png

This topic has been closed for replies.
Best answer by TDK

If you run CubeMX in standalone mode, you can select the firmware repository for the chip in Project Manager -> Project -> Mcu and Firmware Package. Just tried it.

Probably won't work for project created with STM32CubeIDE, but you could create in CubeMX and then import the project.

1 reply

TDK
TDKBest answer
Super User
August 30, 2020

If you run CubeMX in standalone mode, you can select the firmware repository for the chip in Project Manager -> Project -> Mcu and Firmware Package. Just tried it.

Probably won't work for project created with STM32CubeIDE, but you could create in CubeMX and then import the project.

"If you feel a post has answered your question, please click ""Accept as Solution""."
Miles1
Miles1Author
Associate III
August 30, 2020

Thanks for the suggested workaround with CubeMX.

Seems like STM32CubeIDE is not fully baked yet.