How create a sltdr loader file for QSPI external memory ?
Hi,
I have a custom board with STM32F767ZIT and a QSPI external memory MT25QL128ABA.
My QSPI mapping is :
- CLK : PB2
- CS : PB6
- IO0 : PF8
- IO1 : PF9
- IO2 : PF7
- IO3 : PF6
I find some others subject about it but I failed to create the stldr file :
I tried to use the N25Q512A_STM32F769I-EVAL example for external loader with Keil to generate an axf file to change it in stldr file (UM2237) but I have an error when I build it :

My project is on STM32CubeIDE and I find where the external loader files are (Debug configuration --> Debugger --> External loader) but I don't know how easily create the stldr file for my custom board.
Thank you,
Tom,