Why isn't HAL_Init() exiting and why am stuck at an infinite loop at HAL_TIM_PeriodElapsedCallback()?
Hi guys,My code is acting strange, when it seems to intermittently get stuck during the HAL_Init() function at the start of the code. The issue never throws an error ( but the debugger constantly pauses at HAL_TIM_PeriodElapsedCallback() despite ther...