Question
How to load an user defined external loader in ST-Link
I have created an external loader for S29GL032 NOR FLASH using STM32F051 as target.
The code in "loader_SRC" is rewritten from M29W128GL_STM3210E-EVAL project for TrueStudio using GPIO direct insted of FSMC.
The problem is that I can't see the loader (after renamed it with the right extension) in ST-LINK even though I can see it in the right directory containig all .stldr files and all examples
