Skip to main content
julian239955_st
Associate
July 23, 2015
Question

Configuration of SWD frequency with ST-LINK_CLI

  • July 23, 2015
  • 2 replies
  • 985 views
Posted on July 23, 2015 at 09:21

Hello all,

i'm using the ST-LINK_CLI to flash software on an STM32F429 with 2MB Flash. In order to increase the speed, I'd like to configure the SWD frequency to the maximum (AFAIK 4MHz at the moment). I can do this configuration with the ST-Link Utility (GUI), but I didn't find any command line parameters in the ''ST-LINK Utility software description (UM0892)'' for the configuration of the frequency.

Is this feature not documented or not implemented?

regards

Julian

#stlink-st-link_cli-swd-frequency
This topic has been closed for replies.

2 replies

Nesrine M_O
Associate
July 23, 2015
Posted on July 23, 2015 at 11:59

Hi,

You can find all the Commands of the CLI and there parameters in the ST-LINK_CLI.exe by double clicking it.

So in your case, to do so use the following command:-c swd SWCLK=10

-Syrine-

julian239955_st
Associate
July 23, 2015
Posted on July 23, 2015 at 13:34

Hi Syrine,

thank you very much. I just looked in the pdf-document...