Skip to main content
Nikita91
Lead II
September 30, 2023
Solved

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

  • September 30, 2023
  • 2 replies
  • 1962 views

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?

 

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

Unselect ALL in the EL  window?

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

 

2 replies

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
September 30, 2023

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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
Nikita91
Nikita91Author
Lead II
October 1, 2023

@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...