cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMx command line unknown pack STM32Cube_FW_G0_V1.6.0

alex95
Associate

Hi,

I start STM32CubeMx with this command

/mydir/STM32CubeMX/STM32CubeMX -q /mydir/myscript

Inside the file myscript there are this lines:

swmgr refresh

swmgr install STM32Cube_FW_G0_V1.6.0 ask

exit

When run this line "swmgr install STM32Cube_FW_G0_V1.6.0 ask" the output in the terminal is

2023-05-05 09:27:39,236 [INFO] MainUpdater:1566 - Unknown pack: STM32Cube_FW_G0_V1.6.0

KO

where can i find the correct pack name?

Best regards

1 ACCEPTED SOLUTION

Accepted Solutions
Kamil Duljas
Senior III
2 REPLIES 2
Kamil Duljas
Senior III

Look at example in manual:

https://www.st.com/resource/en/user_manual/dm00104712-stm32cubemx-for-stm32-configuration-and-initialization-c-code-generation-stmicroelectronics.pdf


_legacyfs_online_stmicro_images_0693W00000bjSzPQAU.pngUse:

swmgr install stm32cube_g0_1.6.0 ask

without "FW" and without "V"

Dudo

Tanks