I want to debug STM32F769I-DISCO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-02 11:29 PM
Hello.
environment
STM32CubeIDE Ver1.3.0
STM32CubeMX Ver5.5.0
TouchGFX Ver4.13.0
Double-click the following .project created by TouchGFX to start the IDE.
Build is OK.
After that, when Run-Debug, the following error message appears and it does not work.
What should I do?
Thank you.
Solved! Go to Solution.
- Labels:
-
DEBUG
-
STM32F7 Series
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-06 10:52 AM
I have also seen this error if the external loader is not functioning correctly. I have also seen it when the linker definition file is not correct. there are a number of possibilities.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-03 1:25 AM
You need to add an external flashloader to your project. You can do that from the project settings.
/Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-05 6:33 PM
Dear Martin
Thank you for helping.
Configured as attached in Debug Configurations.
The result is the same.
What to check next?
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-06 10:52 AM
I have also seen this error if the external loader is not functioning correctly. I have also seen it when the linker definition file is not correct. there are a number of possibilities.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-06 4:44 PM
Dear ScottSD
Editing the linker script solved
Thank you very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-07 2:31 PM
Awesome!
Glad I could help.
