Skip to main content
CVSta
Associate II
May 24, 2023
Solved

How could I do to fix that error in STM32CubeIDE?

  • May 24, 2023
  • 4 replies
  • 3325 views

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:


_legacyfs_online_stmicro_images_0693W00000bknotQAA.png

Best answer by CVSta

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.

4 replies

CVSta
CVStaAuthor
Associate II
May 26, 2023

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.

CVSta
CVStaAuthor
Associate II
May 31, 2023

Please, someone could help me to solve with this problem?

CVSta
CVStaAuthorBest answer
Associate II
July 18, 2023

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.

Visitor II
September 26, 2024

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