I am attempting to use the Systick peripheral with the ST libraries v3, and have found that the config statement
Code:
SysTick_Config(SystemFrequency / 8000000); crashes my debugger (I am using RIDE7 and Rlink from Raisonance). I know that this function has changed under v3 but was unable to find any information about this config statement - I pulled this out of the examples and changed the divisor to suit my 8MHz XTAL. Can anyone shed some light on how to configure this peripheral on v3 ST libs? Thanks Dave