This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to write interrupts function for STM32f103 in Keil

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?

0