Mechatronics geek blog

المواضيع الرئيسيه للميكاترونكس

Physical System Modeling , Sensors and Actuators ,Signals and Systems , Computers and Logic Systems AND Software and Data Acquisition

Saturday, January 25, 2020

Interrupt Behavior || ARM Cortex

Interrupt Behavior:- ----------------------------- Interrupt/Exception Sequence:- ------------------------------------------ when an exception takes place: 1- Stacking: push 8 registers' content to stack 2- Vector Fetch: reading the exception handler starting address from the vector table (IVT). 3- Update of Stack Pointer, Linker Register (LR) and Program Counter (PC). ...