CubeMX : How to choose a specific MCU Package version for code generation ?
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 

