Hi. I want use uC like STM32f103C8.. and Keil MDKARM and i want to write SysTick Hendler.
Should i use some __irq specifier in hendler function? or maybe this hendler can be write like common c function for example void SysTick_Handler(void) {}?
I think (hardly remember) that this specifier was needed, or not?