2020-04-02 11:29 PM
Hello.
environment
STM32CubeIDE Ver1.3.0
STM32CubeMX Ver5.5.0
TouchGFX Ver4.13.0
Double-click the following .project created by TouchGFX to start the IDE.
Build is OK.
After that, when Run-Debug, the following error message appears and it does not work.
What should I do?
Thank you.
Solved! Go to Solution.
2020-04-06 10:52 AM
I have also seen this error if the external loader is not functioning correctly. I have also seen it when the linker definition file is not correct. there are a number of possibilities.
2020-04-03 01:25 AM
You need to add an external flashloader to your project. You can do that from the project settings.
/Martin
2020-04-05 06:33 PM
2020-04-06 10:52 AM
I have also seen this error if the external loader is not functioning correctly. I have also seen it when the linker definition file is not correct. there are a number of possibilities.
2020-04-06 04:44 PM
Dear ScottSD
Editing the linker script solved
Thank you very much.
2020-04-07 02:31 PM
Awesome!
Glad I could help.