cancel
Showing results for 
Search instead for 
Did you mean: 

How can I add QSPI custom external loader to the debugger

egoltzman
Senior

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?

3 REPLIES 3

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 Venmo
Up vote any posts that you find helpful, it shows what's working..
egoltzman
Senior

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

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