How could I do to fix that error in STM32CubeIDE?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-24 4:11 PM - edited ‎2023-11-20 4:39 AM
Hello!!!
I found this code in GitHub: https://github.com/ndunello/NG0B1_GFX01M2_TGFX.
I think this code could be useful for my project. When I build, no error occurs.
But when I'll record in microcontroller with debug appears that error.
Please, somebody could help me to fix this error?
This is the error log from STM32CubeIDE:
Error in final launch sequence:
Failed to execute MI command:
load C:\\Users\\Documents\\github_ndunello\\NG0B1_GFX01M2_TGFX\\Debug\\NG0B1_GFX01M2_TGFX.elf
Error message from debugger back end:
Load failed
Failed to execute MI command:
load C:\\Users\\Documents\\github_ndunello\\NG0B1_GFX01M2_TGFX\\Debug\\NG0B1_GFX01M2_TGFX.elf
Error message from debugger back end:
Load failed
Failed to execute MI command:
load C:\\Users\\Documents\\github_ndunello\\NG0B1_GFX01M2_TGFX\\Debug\\NG0B1_GFX01M2_TGFX.elf
Error message from debugger back end:
Load failed
Load failed
And this photo represents what shown in Console:
Solved! Go to Solution.
- Labels:
-
DEBUG
-
STM32CubeIDE
-
STM32G0 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-18 5:46 AM
I fixed this with myself. If someone need help with the same problem, the answer is here: I was using a code with external memory but without external memory in my hardware. So, the STM32CubeIDE cannot send the rest of pictures for memory.
To fixed this comment the external memory or make sure you have the memory in your hardware.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-26 8:00 AM
Dear @Community member​,
Please, could you help me with this error?
I'm reading other posts from you and I think you could help me and this is a reason I mencioned you here. Because probably is missing the external memory (stldr file) like you said in other posts.
So could you have an explanation for how to generate this file? I'm using the microcontroller STM32G0B1RETx. in my project with Nucleo-G0B1.
And this errors appears because I'm working with TouchGFX together.
Best regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-31 12:18 PM
Please, someone could help me to solve with this problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-18 5:46 AM
I fixed this with myself. If someone need help with the same problem, the answer is here: I was using a code with external memory but without external memory in my hardware. So, the STM32CubeIDE cannot send the rest of pictures for memory.
To fixed this comment the external memory or make sure you have the memory in your hardware.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-26 7:08 AM
I got an error when creating a new project, the error is missing the mcusAds.json_tmp_ file and one error is not able to login in the application
