2023-09-30 12:07 PM
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?
Solved! Go to Solution.
2023-09-30 12:51 PM
Unselect ALL in the EL window?
Fix in the C:\Users\...\STMicroelectronics\STM32CubeProgrammer\config.properties configuration file?
2023-09-30 12:51 PM
Unselect ALL in the EL window?
Fix in the C:\Users\...\STMicroelectronics\STM32CubeProgrammer\config.properties configuration file?
2023-10-01 05:41 AM
@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...