We need details about TouchGFX`s use of the crc module
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?