2010-04-06 07:33 AM
SysTick ISR not firing (STM32 + CMSIS + StdPeriph library)
2011-05-17 04:46 AM
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=211072011-05-17 04:46 AM
Older versions of ST's library used void SysTickHandler(void);, so not a wholly Crossworks issue.
-Clive