2020-11-19 01:44 AM
Hi @Martin KJELDSEN
Hi @Alexandre RENOUX
I have a general question. What is the difference between the touchgfx_core.a and the touchgfx_core_release.a library (both for Cortex M7)?.
With the release version of the library our application crashes after a certain time, whereas we haven't any issues with the other library-version
In the documentation I don't find any information, what the difference is between these two versions.
Best regards
Marco
Solved! Go to Solution.
2020-11-19 07:26 AM
touchgfx_core.a implies debug library, although there is limited debug information.
touchgfx_core_release.a has no debug information at all.
/Martin
2020-11-19 07:26 AM
touchgfx_core.a implies debug library, although there is limited debug information.
touchgfx_core_release.a has no debug information at all.
/Martin