2019-02-21 06:31 AM
Since version 4.10 TouchGFX needs the crc clock enabled to check if it runs on a STM32 MCU.
This worked fine for us so far.
Now we are adding other functionality to the application that require the use of the HW-CRC module.
Depending on how we configure the CRC module, we seem to run into some hardfault from within the TouchGFX initialization.
Please give us some information what TouchGFX will need to run.
Will TouchGFX do its checks only once or repeatedly?
2019-05-21 04:35 AM
Hi @AK.12.,
Any updates on your end on this issue?
/Martin
2019-05-22 12:34 AM
Hi @Martin KJELDSEN ,
i think we are through this at least for the moment.
There was a problem with our FreeRTOS Stack Sizes.
Can´t check often enough that Task size is in words and the FreeRTOS config is in bytes....
Some of our other tasks were growing fast, not instatiating the GUI Task helped, because it already had a big size.
So, issue solved.
Thanks again.
2019-05-22 02:21 AM
Haha, i hear you about the words vs bytes size "issue" :)
Glad you've moved on.
/Martin