Skip to main content
x_stm-forum_x
Associate II
April 6, 2010
Question

SysTick ISR not firing (STM32 + CMSIS + StdPeriph library)

  • April 6, 2010
  • 2 replies
  • 717 views
Posted on April 06, 2010 at 16:33

SysTick ISR not firing (STM32 + CMSIS + StdPeriph library)

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    May 17, 2011
    Posted on May 17, 2011 at 13:46

    Older versions of ST's library used void SysTickHandler(void);, so not a wholly Crossworks issue.

    -Clive

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    x_stm-forum_x
    Associate II
    May 17, 2011
    Posted on May 17, 2011 at 13:46

    Problem solved:

    /* void SysTick_Handler(void) */

    void SysTickHandler(void)

    {

      /* ... */

    }

    Link to another forum for the gory details:

    http://forum.sparkfun.com/viewtopic.php?f=11&t=21107