Skip to main content
Dario BUSONI
ST Employee
August 17, 2023
Solved

How to remove a custom External Loader

  • August 17, 2023
  • 1 reply
  • 1632 views

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?

This topic has been closed for replies.
Best answer by Tesla DeLorean

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

1 reply

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
August 17, 2023

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

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Dario BUSONI
ST Employee
August 18, 2023

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!