What are the seven modes of operation of ARM7TDMI?

All QuestionsCategory: Embedded SystemWhat are the seven modes of operation of ARM7TDMI?
Chetan Shidling Staff asked 5 years ago

I need short information.

1 Answers
Chetan Shidling Staff answered 5 years ago
  1. User (usr): The normal ARM program execution state
  2. FIQ (fiq): Designed to support a data transfer or channel process
  3. IRQ (irq): Used for general-purpose interrupt handling
  4. Supervisor (svc): Protected mode for the operating system
  5. Abort mode (abt): Entered after a data or instruction prefetch abort
  6. System (sys): A privileged user mode for the operating system
  7. Undefined (und): Entered when an undefined instruction is executed