STM32F0 SysTick not firing Interrupt Sysprogs forums › Forums › VisualGDB › STM32F0 SysTick not firing Interrupt This topic has 1 reply, 2 voices, and was last updated 4 years, 10 months ago by support. Log In Register Lost Password Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 2, 2020 at 21:06 #26956 JohananParticipant First time with this tiny STM32F03, started a new Blink led project. HAL_Delay() not working due to SysTick_Handler() never called. I checked VIC table and initialize of tick timer looks OK, any idea what am I missing? Thanks Johanan //———————————– #ifdef __cplusplus extern “C” #endif void SysTick_Handler(void) { HAL_IncTick(); HAL_SYSTICK_IRQHandler(); } January 2, 2020 at 21:12 #26957 supportKeymaster Sorry, unfortunately target-specific issues like this one are not covered by the regular VisualGDB support. If you believe an STM32 device is not operating as expected, please consider contacting ST support, or posting on ST forums. Author Posts Log In Register Lost Password Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In