User Activity

I have called the three functions as: HAL_Init(); SystemClock_Config(); MX_GPIO_Init(); HAL_GPIO_WritePin(GPIOC, GPIO_PIN_6, GPIO_PIN_SET);when debugging it either jumps to hard fault or hangs.The SystemClock_Config() is as follows:void Syste...