How can I add QSPI custom external loader to the debugger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-27 8: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?
- Labels:
-
DEBUG
-
QSPI
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-27 9:17 AM
Based on ST's methods, I'd guess there is a sub-directory it is enumerating, add your file in there.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-27 9: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-27 9:59 AM
Maybe just a stupid idea... But did you try to refresh the project (and maybe rebuild the index) after copying the file ?
