cancel
Showing results for 
Search instead for 
Did you mean: 

How to delete file path history in STM32CubeProgrammer

Toshiki
Associate II

Hi

 

There is a file path window on the Erasing&Programming page.

I would like to reset the history because the path history increases every time I change the file I write.

Is there a way to reset the history?

 STM32CubeProgrammer Version:v2.16.0

OS:Windows11

Regard

STM32CubeProgrammer Erasing and Programming.png

1 ACCEPTED SOLUTION

Accepted Solutions

Although there is currently no built-in option to delete the file path list within the STM32CubeProgrammer, it is possible to edit it manually in the file config.properties. There you will find a line beginning with downloadFileList= which lists the complete paths of the last files separated by commas. In Windows, this file is typically located in the directory

%USERPROFILE%\STMicroelectronics\STM32CubeProgrammer

%USERPROFILE% refers to your own user directory, where settings for various programmes are typically stored. Simply paste this path into the address bar of Explorer and press Enter.

WARNING: You are fully responsible when accessing this directory, so please be very careful not to destroy your settings or those of the respective user.

Hope that helps?

Regards
/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

5 REPLIES 5
MGogr.1
Associate III

Currently there seems to be no option of deleting the path history.

Hi

Thank you for your reply.

I realized there were no options.

Regard

Although there is currently no built-in option to delete the file path list within the STM32CubeProgrammer, it is possible to edit it manually in the file config.properties. There you will find a line beginning with downloadFileList= which lists the complete paths of the last files separated by commas. In Windows, this file is typically located in the directory

%USERPROFILE%\STMicroelectronics\STM32CubeProgrammer

%USERPROFILE% refers to your own user directory, where settings for various programmes are typically stored. Simply paste this path into the address bar of Explorer and press Enter.

WARNING: You are fully responsible when accessing this directory, so please be very careful not to destroy your settings or those of the respective user.

Hope that helps?

Regards
/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Mr Peter

Thank you for the useful information.

This is the first time I've heard of such a file.

I'll try it once.

Regards

 

Mr Peter

Your method helped me solve the problem.
STM32CubeProgrammer is still working properly after deleting the file path.
Thank you.

Regards