cancel
Showing results for 
Search instead for 
Did you mean: 

Configuration of SWD frequency with ST-LINK_CLI

julian239955_st
Associate
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
2 REPLIES 2
Nesrine M_O
Lead II
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
Posted on July 23, 2015 at 13:34

Hi Syrine,

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