HardFault in Function CRC_Lock
Hi,
I'm using the STM32H750 Discoveryboard.
When running my code from TouchGFX Designer, everything works fine.
But when running with Keil IDE, something strange is happening:
-Flashing the application and loading with the debugger -> hard fault occurs in funtion crc_lock
If I unplug and replug the board, the application starts just fine. Only when connected to the debugger, the hard fault occurs.
Do you have any hints?
__HAL_RCC_CRC_CLK_ENABLE is being called, so that shouldn't be a problem
Thanks.
