2023-08-17 06:42 AM
Hello,
I renamed my custom external loader and now STM32CubeProgrammer gives an error each time I launch it. The new external loader is loaded without problems but I keep getting this error. Is there a way to clean the list of expected external loaders of STM32CubeProgrammer?
Solved! Go to Solution.
2023-08-17 07:50 AM
As I recall there's a .INI file holding the last settings, probably in a \User directory
You should be able to go to the EL Pane to Uncheck ALL selected.
C:\Users\XX\STMicroelectronics\STM32CubeProgrammer\config.properties ??
It also enumerates the \bin\ExternalLoader for *.stldr
2023-08-17 07:50 AM
As I recall there's a .INI file holding the last settings, probably in a \User directory
You should be able to go to the EL Pane to Uncheck ALL selected.
C:\Users\XX\STMicroelectronics\STM32CubeProgrammer\config.properties ??
It also enumerates the \bin\ExternalLoader for *.stldr
2023-08-17 11:47 PM
That was it, the list of .stldr files is listed in config.properties, in the SelectedExtLoaders key.
I just had to delete the old name (plus the ',') and leave the new one. Now the error is gone.
Thanks!