2022-01-10 12:22 PM
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
Solved! Go to Solution.
2022-01-10 02:12 PM
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.
2022-01-10 02:12 PM
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.
2022-01-10 02:45 PM
Thanks a lot. Sorry please help me with this phrase "or give a correct path to it". Can you give one example ?
thanks again
2022-01-10 03:03 PM
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
2022-01-11 02:25 AM
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.
/Romain
2022-01-11 10:43 AM
Thank you soo much
have a good day
Sergio