cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H745i with TouchGFX does not load code in STM32CubeIDE

Maximiliano
Senior

I have a STM32H745i that if I want to load the code by USB it works OK if the project is from STM32CubeIDE (1.16.0) but if the project is imported from TouchGFX it presents the following error when I want to load the code:

Maximiliano_0-1726438095850.png

 

 

 

I read a post from someone who had this error but I don't understand the “ExtMem_Boot” step so I just set up the external loader but it didn't work.

 

any idea what it could be?

16 REPLIES 16

Please attach it in this thread. We don't use any other file sharing.

Just use drag and drop feature:

SofLit_0-1726569858044.png

 

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

I'm going to try again, for some reason I couldn't get the file to upload on the page.

Hello,

I reproduced the behavior and seems you didn't select the correct External Flashloader:

The correct one is: MT25TL01G_STM32H745I-DISCO.stldr

SofLit_0-1726582495096.png

I was able to upload the external QSPI after setting correct flash loader.

Hope it does answer your question.

 

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

It worked!!! Thank you all very much for the help especially to SofLit.

How could I know that was the right one? I thought there was only one that said the model.

Glad to hear that worked.

Tips for you (and for all other users) regarding how to know which External loader to use on ST boards.

As it's not easy to find the correct Flash loader in STM32CubeIDE because of the long list, you can use STM32CubeProgrammer tool and go to External loader menu and then type for example in your case H745 in the search bar. The list of the external flash loader will be displayed for all boards available for that MCU part number. The list will be shortened and you can identify the flash loader either by the start address or by its name.. :SofLit_1-1726651737685.png

Hope it helps.

 

 

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

Thank you very much sofLit