2020-04-27 08:50 AM
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?
2020-04-27 09:17 AM
Based on ST's methods, I'd guess there is a sub-directory it is enumerating, add your file in there.
2020-04-27 09:33 AM
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
2020-04-27 09:59 AM
Maybe just a stupid idea... But did you try to refresh the project (and maybe rebuild the index) after copying the file ?