2021-02-09 10:07 AM
I have a brand new STM32H747I-DISCO board and wanted to run the touchGFX demo.
After compiling I got this error:
Error in final launch sequence:
Failed to execute MI command:
load C:\\Users\\name\\STM32CubeIDE\\Spielwiese\\TouchGFX\\SW4STM32\\TouchGFX-STM32H747I-DISCO\\Debug\\TouchGFX_CM7.elf
Error message from debugger back end:
Load failed
Failed to execute MI command:
load C:\\Users\\name\\STM32CubeIDE\\Spielwiese\\TouchGFX\\SW4STM32\\TouchGFX-STM32H747I-DISCO\\Debug\\TouchGFX_CM7.elf
Error message from debugger back end:
Load failed
Failed to execute MI command:
load C:\\Users\\name\\STM32CubeIDE\\Spielwiese\\TouchGFX\\SW4STM32\\TouchGFX-STM32H747I-DISCO\\Debug\\TouchGFX_CM7.elf
Error message from debugger back end:
Load failed
Load failed
2021-02-18 02:15 AM
Hi,
Were you able to fix your issue ? What demo are you talking about ? Did you start your project from the application template for the STM32H747 disco board available in TouchGFX Designer ?
From what you shared you faced an issue with STM32CubeIDE, did you face it as well when running the project directly from TouchGFX Designer ?
/Romain
2021-02-25 09:33 AM
Yes, I used the CubeIDE. I just ignored the problem and startet with designing a new GUI in TouchGFX. As there was no project file created, I did further reading here in the community. As of now, this particular board doesn't seem to be fully supported by TouchGFX designer.
When I select the TouchGFX Demo 2 in the TouchGFX Generator it works just fine.