Question
How does STM32F103RB handle Interrupts?
Posted on October 28, 2017 at 11:29
Does it save all the registers of the current process before executing the ISR? If so, how does it save the registers? Does it do it by pushing all registers in stack?
#stm32f103xx #interrupts