cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove a custom External Loader

Dario BUSONI
ST Employee

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?

1 ACCEPTED SOLUTION

Accepted Solutions

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 Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

2 REPLIES 2

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 Venmo
Up vote any posts that you find helpful, it shows what's working..

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!