STM32F0 SysTick not firing Interrupt

Sysprogs forums Forums VisualGDB STM32F0 SysTick not firing Interrupt

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26956
    Johanan
    Participant

    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();
    }

    #26957
    support
    Keymaster

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.