Skip to main content
aleksander23
Visitor II
November 5, 2015
Question

Using CLI

  • November 5, 2015
  • 1 reply
  • 681 views
Posted on November 05, 2015 at 12:06

 

 

The original post was too long to process during our migration. Please click on the attachment to read the original post.
    This topic has been closed for replies.

    1 reply

    Nesrine M_O
    Associate
    November 5, 2015
    Posted on November 05, 2015 at 14:36

    Hi  sawicki.aleksander,

    In fact, what you have seen is normal.

    When opening the .exe, it displays the help, when you press any key it displays more details, then it quits. 

    In order to execute instructions, you should create batch file (*.bat) in which you call the cli.exe

    Example of batch file:

    ''ST-LINK_CLI.exe'' -c SWD -P ''c:\project.hex'' in this case the (*.bat) file must be in the same directory as the .exe

    -Syrine-