2021-02-14 01:08 PM
Load failed
Failed to execute MI command:
load "C:\\st_products\\QVGA_TFT_LCD\\en.X-CUBE-DISPLAY_1_0_0\\Projects\\NUCLEO-G071RB\\Applications\\GFX01M1_HelloWorld - Copie\\STM32CubeIDE\\Debug\\X-NUCLEO-GFX01M1.elf"
2021-02-18 01:14 AM
Hi,
Could you share a screenshot of your issue ? Where did you find that project ? From what I find online I believe it is a Eclipse/CubeIDE issue with different potential origins and fixes :grinning_face_with_sweat:
This is not a TouchGFX issue could you edit the tags and remove it ?
/Romain
2021-02-19 10:04 AM
2021-02-20 12:11 AM
If you check e.g. STM32CubeIDE/STM32G071RBTX_FLASH.ld or some of the other linker scripts, you will see that there's part of the binary supposed to go to the external SPI flash. This SPI flash must be programmed in some way, depending on the flash program you're using you will need an external loader (for STM32CubeProg: MX25L6433F_STM32G071B_NUCLEO.stldr, included in X-CUBE-DISPLAY) or e.g. OpenOCD with the patch http://openocd.zylin.com/#/c/4760/
2021-02-22 01:27 AM
A bit confused by the link to reverso :grinning_face_with_sweat:.
If you plan to work with TouchGFX I would recommend to start a project from TouchGFX Designer. You can either select the application template for the STM32G071 nucleo board, or start a project with an "online application" with a complete premade demo.
Creating a project from either of those options will generate a configured ioc project with a TouchGFX project and a CubeIDE project.
/Romain
2021-02-25 08:23 AM
I can’t find a solution to import "MX25L6433F_STM32G071B_NUCLEO.stldr" into STM32CubeProg by searching in the Graphics interface.Should Command Lines be Used
2022-05-31 07:30 AM
I found a good answer on the video 2 of this link around 11 minutes mark.On-demand Webinar: STM32G0 TouchGFX Demonstration - STMicroelectronics