2022-06-23 05:29 PM
I am using STM32CubeIDE Version: 1.9.0 and STM32CubeMX Version 6.5.0 under Win 10
I am modifying the End Node example on a NUCLEO-WL55JC and I need to use the STM32Cube_FW_WL MCU Package.
For compatibility reasons I need to use the Version 1.0.0 of the MCU Package (newer versions are a no go for me)
During code generation, CubeMX automatically upgrades the MCU Package to the latest available release (1.2.0).
Trying to avoid this, I selected under Software Packs -> Manage Software Packs the Version 1.0.0 but at the moment of generating the code it still uploads version 1.2.0...
Any help is appreciated
Solved! Go to Solution.
2022-06-24 12:47 AM
Welcome, @FGom65, to the community!
If you use this default project, you should have a look at the Project Manager > left tab Project. By default, the Use Default Firmware Location is checked so that the latest version is used.
If you uncheck this option, you can also permanently select any older version, which will then remain set (often used to avoid time-consuming and expensive re-approvals).
Does it work for your and answer your question?
Regards
/Peter
2022-06-24 12:47 AM
Welcome, @FGom65, to the community!
If you use this default project, you should have a look at the Project Manager > left tab Project. By default, the Use Default Firmware Location is checked so that the latest version is used.
If you uncheck this option, you can also permanently select any older version, which will then remain set (often used to avoid time-consuming and expensive re-approvals).
Does it work for your and answer your question?
Regards
/Peter