cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between TouchGFX Core Libraries

Marco.R
Senior

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

1 ACCEPTED SOLUTION

Accepted Solutions
Martin KJELDSEN
Chief III

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

touchgfx_core_release.a has no debug information at all.

/Martin

View solution in original post

1 REPLY 1
Martin KJELDSEN
Chief III

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

touchgfx_core_release.a has no debug information at all.

/Martin