Skip to main content
egoltzman
Senior
April 27, 2020
Question

How can I add QSPI custom external loader to the debugger

  • April 27, 2020
  • 2 replies
  • 1017 views

In the Debug Configuration under the Debugger tab there is an option to add external QSPI loader .

I have a custom external loader that is working with CubeProgrammer and STLinkUtility.

I want to use this custom loader from within the CubeIDE.

How can I add it to the list of available stldr files?

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
April 27, 2020

Based on ST's methods, I'd guess there is a sub-directory it is enumerating, add your file in there.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
egoltzman
egoltzmanAuthor
Senior
April 27, 2020

I tried that, did a search under the install dir of the cubeIDE and found this:

\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.cubeprogrammer.win32_1.3.0.202002181050\tools\api\lib\ExternalLoader\

I put my stldr file here but when I press the scan button I do not see my loader in the list

chaaalyy
Senior II
April 27, 2020

Maybe just a stupid idea... But did you try to refresh the project (and maybe rebuild the index) after copying the file ?