Skip to main content
RobNeWin
Associate II
May 5, 2023
Question

CLI.exe unsure on how to run this...

  • May 5, 2023
  • 1 reply
  • 771 views

Hi there, I'm starting to use the stm32cubeprogrammer sw, and don't know how to practice sending valid commands through this interface. I have located the CLI.exe but every time I click on it, the program executes and then closes. What am i doing wrong?

This topic has been closed for replies.

1 reply

Peter BENSCH
Technical Moderator
May 8, 2023

Welcome, @RobNeWin​, to the community!

you didn't start the GUI but the CLI, which is a Command-Line Interface. As a CLI, it expects commands, either manually from the command line, or from a script file, to be executed.

You can find more information on how to use the GUI or CLI in UM2237.

Hope that helps?

Good luck!

Regards

/Peter