cancel
Showing results for 
Search instead for 
Did you mean: 

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

x_stm-forum_x
Associate II
Posted on April 06, 2010 at 16:33

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

2 REPLIES 2
x_stm-forum_x
Associate II
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

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 Up vote any posts that you find helpful, it shows what's working..