2019-03-13 11:16 PM
2019-03-14 10:07 AM
What hardware are you running on? Do you have actual external flash that the linker script is trying to use? If you aren't trying to use that external flash and have enough internal for your program you can remove that from your linker script. If you are using it, you'll have to come up with a way to get your program flashed to it. ST has some external loaders that work with the ST-Link utility for programming external memory over various peripherals. It looks like it's currently trying to put something in external flash, do you have images that aren't displaying or anything?
2019-03-14 05:55 PM
Thank you for answer.
I am using the stm32f746g disco board.
And to save the picture generated by touchGFX, I am using nor flash on the board as qspi. The picture file's too large to save in flash. Using st - ink does not cause this error. And reset the hardware after compiling in SW4STM32, the program will run without any problem.
I am sorry I raised my question simply because I lacked my English skills.