User Activity

While in debug I get and error in this line of code. I do not get an error when running code not in debug./* Wait till HSE is ready */while (READ_BIT(RCC->CR, RCC_CR_HSERDY) == 0U){if ((HAL_GetTick() - tickstart) > HSE_TIMEOUT_VALUE){return HAL_TIMEO...