Question
Disabling_SysTick timer
Posted on October 18, 2012 at 08:59
Hi everybody.
I used SysTick timer as a counter of time in my application throug using of interruption. I found ''SysTick_Config'' function in core_cm0.h file. This function load time to reload register and switch timer and its interruption on and set interruption priority. When I wanted to switch SysTick timer off or at least its interruption in order not to be active. I found out there is no function for this purpose. I tried to look for this function almost everywhere in reference, in programming manual also in help file, but I was not able to find it. So I am asking you. Are there such a functions for driving SysTick timer except that one or Shall I have to write my own. Thanks for your help. kind regards Martin