cancel
Showing results for 
Search instead for 
Did you mean: 

Optimize stm32cubeprogrammer folder size to use STM32_Programmer_CLI.exe line command only

Tiboww
Associate III

Hello

I am in the industrialization phase of a product based on STM32G0B0RE.
In order to optimize the flashing process for my manufacturer I made a .bat file programming the product the MCU using the STM32_Programmer_CLI.exe commmand from STM32CubeProgrammer.

 

Since I am not using the GUI of STM32CubeProgrammer is there any folder I can delete in the root to optimize the size of the package I'll provide. The STM32CubeProgrammer size is 1,36 Go if I can reduce it to 500 or 600 mO it could be very usefull.

 

Best Regards

Thibaud 

 

1 ACCEPTED SOLUTION

Accepted Solutions
Aziz BRIGUI
ST Employee

Hello @Tiboww,

You can use the STM32CubeProgrammer package bundled in STM32CubeCLT in STM32CubeCLT | Software - STMicroelectronics, after installing, you can find the package in this directory: 

C:\ST\STM32CubeCLT\STM32CubeProgrammer

The package is around 130 MBytes and is CLI only.

Hope this helps,

Aziz


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
Aziz BRIGUI
ST Employee

Hello @Tiboww,

You can use the STM32CubeProgrammer package bundled in STM32CubeCLT in STM32CubeCLT | Software - STMicroelectronics, after installing, you can find the package in this directory: 

C:\ST\STM32CubeCLT\STM32CubeProgrammer

The package is around 130 MBytes and is CLI only.

Hope this helps,

Aziz


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

Hello

It is perfect thank you.

Thibaud