2018-10-05 04:45 AM
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
2018-10-05 05:59 AM
The tools are sensitive to the content and layout of the ELF file sections, and the structure describing the part.
The STM32 Cube Programmer is also sensitive to an exact name match on the file vs part description.