Mechatronics geek blog

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

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

أردوينو

شرح للأردوينو يأخذك من مستوي المبتديء إلي المحترف

لغات البرمجه

C ,C++ ,C# ,Python ,Java ...

الانظمه المدمجه

AVR,PIC, ARM CORTEX ..., RTOS, Automotive Protocoles ( CAN - LIN - ...)

Solid Works

العديد من شروحات السوليد وركس تأخذك من مستوي المبتديء إلي مستوي المحترف

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).