How can I use my own external loader for debugging in STM32CubeIDE?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-06-20 8:28 PM
I want to use OpenOCD as a debug probe to download code to external Flash。
I can't find a configuration to set the external Flash download algorithm in the OpenOCD configuration screen。What should I do to download code to external LFASH using OpenOCD?
Thanks for your help!!!!!!!
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-06-28 5:47 AM
Hi,
We only support external loaders with ST-LINK GDB server. Is there a particular reason as to why you want/need to rely on OpenOCD? Please share your view!
If you have to use OpenOCD then you will probably need to develop write some config files for pin mapping, external memory declaration etc.
In conclusion the recommendation would be to use ST-LINK GDB server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-06-28 5:47 AM
Hi,
We only support external loaders with ST-LINK GDB server. Is there a particular reason as to why you want/need to rely on OpenOCD? Please share your view!
If you have to use OpenOCD then you will probably need to develop write some config files for pin mapping, external memory declaration etc.
In conclusion the recommendation would be to use ST-LINK GDB server.
