Skip to main content
Marco.R
Senior
November 19, 2020
Solved

Difference between TouchGFX Core Libraries

  • November 19, 2020
  • 1 reply
  • 941 views

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

This topic has been closed for replies.
Best answer by Martin KJELDSEN

touchgfx_core.a implies debug library, although there is limited debug information.

touchgfx_core_release.a has no debug information at all.

/Martin

1 reply

Martin KJELDSEN
Martin KJELDSENBest answer
Principal III
November 19, 2020

touchgfx_core.a implies debug library, although there is limited debug information.

touchgfx_core_release.a has no debug information at all.

/Martin