How to convert .elf file to stldr manualy(without a command)?
Hi, i want to convert my generated .elf file to .stldr file. I need a stldr file for CubeMX programmer, so that i can use it to program my external flash memory(write,erase, read). I have seen in the video from ST about external loader, that the ST-employee had used the following command in stm32Cube IDE to convert elf file to .stldr file: cmd.exe /C copy/Y “${BuildArtifactFileBaseName}.elf” “..\STM32L4P5_MX25L12833F.stldr”
Sadly, this command doesn't work on my case. It rather provokes errors when i compile.
I use the following STM32CubeIDE: STM32CubeIDE 1.11.2

