HAL_Delay() --> SysTick_Handler never be called
Hi all,
Version: 1.15.1
MCU : g473
Before investigate deeply on my own I wonder whether if anyone have faced the same problem with Interrupt table in general ...
I placed a breakpoint there :
void SysTick_Handler(void)
{
/* USER CODE BEGIN SysTick_IRQn 0 */
/* USER CODE END SysTick_IRQn 0 */
HAL_IncTick();
/* USER CODE BEGIN SysTick_IRQn 1 */
/* USER CODE END SysTick_IRQn 1 */
}
and surprisingly the code is never executed !
Best regards,
