Skip to main content
Associate
June 11, 2024
Solved

command line programming for STM32 controllers using GUI

  • June 11, 2024
  • 2 replies
  • 1324 views

Hi team 

Greetings of the day!

We are planning to perform board programming with STM32 controllers through command line toolset. Could you please provide us customized command lines for programming through GUI. Below listed are the two controllers we are planning to program. 

1.STM32H563RI

2.STM32G431MBT

Anticipating earliest response.

 

Best answer by Peter BENSCH

The software package STM32CubeProg contains not only the version with GUI, but also the CLI. When starting it without specifying any parameters, as always, a list of options including some examples is displayed.

Does it answer your question?

Regards
/Peter

2 replies

Peter BENSCH
Peter BENSCHBest answer
Technical Moderator
June 11, 2024

The software package STM32CubeProg contains not only the version with GUI, but also the CLI. When starting it without specifying any parameters, as always, a list of options including some examples is displayed.

Does it answer your question?

Regards
/Peter

Andrew Neil
Super User
June 11, 2024

Take a look at the User Manual:

AndrewNeil_0-1718099733812.png

As usual, all documentation is on the Product Page:

https://www.st.com/en/development-tools/stm32cubeprog.html#documentation

 

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.