2025-09-09 8:18 PM
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
Solved! Go to Solution.
2025-09-12 8:06 AM
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
2025-09-09 9:18 PM
Currently there seems to be no option of deleting the path history.
2025-09-09 9:24 PM
Hi
Thank you for your reply.
I realized there were no options.
Regard
2025-09-12 8:06 AM
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
2025-09-15 4:25 PM
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
2025-09-15 5:16 PM
Mr Peter
Your method helped me solve the problem.
STM32CubeProgrammer is still working properly after deleting the file path.
Thank you.
Regards