cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeProgrammer wants to load a .stldr file that does not exist

Nikita91
Lead II

When developing my external loader I changed its name.
It works well under this new name.
But STM32CubeProgrammer V1.14 continues to want to load the file that no longer exists:

 

 

20:20:04 : STM32CubeProgrammer API v2.14.0 | Windows-64Bits 
20:20:04 : Error: Flash loader C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeProgrammer\bin/ExternalLoader/AASun_W25Q64_V1.1.stldr cannot be loaded.
20:20:04 : Error: Flash loader C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeProgrammer\bin/ExternalLoader/AASun_W25Q64_V1.1.stldr cannot be loaded.

 

 

How can I avoid this message?

 

1 ACCEPTED SOLUTION

Accepted Solutions

Unselect ALL in the EL  window?

Fix in the C:\Users\...\STMicroelectronics\STM32CubeProgrammer\config.properties  configuration file?

 

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

Unselect ALL in the EL  window?

Fix in the C:\Users\...\STMicroelectronics\STM32CubeProgrammer\config.properties  configuration file?

 

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Nikita91
Lead II

@Tesla DeLorean you are right!

This file (which I did not know) referenced the name of the file which no longer existed. Thank you.

It's strange that the configuration didn't update when I selected another loader...