2022-03-10 05:17 AM
Hello everybody,
I added an image to my project at the top of the list in TouchGFXDesigner.
Sorting is automatically done by touchgfx designer. After that, my application did't run on the target anymore. I'm confused because this is causing a crash of TFT application. Note that TouchGFX Designer didn't report any error.
The only message I get is while flashing: Error: ST-LINK error (DEV_TARGET_NOT_HALTED) Recipe for target '_extflash_' failed.
This occur if the target application is in crashed state.
If I delete the picture, then everything is ok.
What's the problem in this situation? Can someone help me?
2022-03-10 08:29 AM
Hello @flyingMonkey ,
Which board are you using ?
Did you put your image in external memory ?
If yes, please use STM32CubeProgrammer and follow these steps:
Hope that this helps,
/Yoann