Skip to main content
pese
Visitor II
October 5, 2018
Question

How to load an user defined external loader in ST-Link

  • October 5, 2018
  • 1 reply
  • 569 views

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

    This topic has been closed for replies.

    1 reply

    Tesla DeLorean
    Guru
    October 5, 2018

    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.

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..