How to remove a custom External Loader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-17 6: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.
- Labels:
-
STM32CubeProgrammer
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-17 7: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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-17 7: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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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!
