[SOLVED] External Loader not recognized by STM32CubeProgrammer
- September 10, 2020
- 2 replies
- 4651 views
Hello,
I'm hoping that someone out there can help me with the last bit of getting an external loader working for my custom board. I'm in the very early stages of developing, specifically at the whacking together dev boards for proof of concept stage. So anything can be changed at this point.
Ultimately my issue is that I've built an external loader that runs tested/verified QSPI flash routines, adpated that to the loader format (Loader_Src.c, Dev_info.c, etc) and built that using example linker scripts. For the life of me, I can't get CubeProgrammer to see the *.stldr. I can see the Dev_info object in the elf, as well as Init, Write, etc. Is there anyone out there that knows the specifics that CubeProgrammer is looking for?
Project specifics:
STM32CubeIDE 1.4.2
STM32CubeProgrammer 2.5.0
STM32F767IGT MCU
MT25QL512A QSPI Flash
I've attached a zip of the project and a copy of the .stldr
Thanks,
Andy

