cancel
Showing results for 
Search instead for 
Did you mean: 

STM32G071_NUCLEO problem to download program

SGian.1
Senior

Hi there!

i hope some oe can help me, are a couple of days i go crazy to find the problem. I create my own program with touchgfx with STM32G071_NUCLEO , i just put one buttonjust for try, i hopen the program with STM32Cubeide. I compile and try to dowload on Nucleo board but that is what apppend. Please some one can help me ?

thank a lot

Sergio

1 ACCEPTED SOLUTION

Accepted Solutions
ktrofimo
Senior III

Your console says the reason - no external loader was found (the application used by ST-Link for downloading ​data to the external flash - usually QSPI). TouchGFX can use it as a bitmap storage, but small apps can easily work without it. Disable external flash and loader if you do not use it, or give a correct path to it.

View solution in original post

5 REPLIES 5
ktrofimo
Senior III

Your console says the reason - no external loader was found (the application used by ST-Link for downloading ​data to the external flash - usually QSPI). TouchGFX can use it as a bitmap storage, but small apps can easily work without it. Disable external flash and loader if you do not use it, or give a correct path to it.

SGian.1
Senior

Thanks a lot. Sorry please help me with this phrase "or give a correct path to it". Can you give one example ?

thanks again

For example here is a discussion on where to find external loaders in CubeIDE: https://community.st.com/s/question/0D53W000004JXkf/how-can-i-use-my-own-external-loader-for-debugging-in-stm32cubeide

Romain DIELEMAN
ST Employee

Hi,

Here is a post where I explained how to add the external loader for the STM32G0nucleo in order to run on target from STM32CubeIDE.

https://community.st.com/s/question/0D53W00000LC29WSAT/important-working-on-the-stm32g0-nucleo-with-stm32cubeide

/Romain

SGian.1
Senior

Thank you soo much

have a good day

Sergio