What is the difference between FIQ and IRQ interrupt system?

后端 未结 11 1147
北海茫月
北海茫月 2020-11-28 01:48

I want to know the difference between FIQ and IRQ interrupt system in any microprocessor, e.g: ARM926EJ.

11条回答
  •  遥遥无期
    2020-11-28 02:28

    another reason is in case of FIQ, lesser number of register is needed to push in the stack, FIQ mode has R8 to R14_fiq registers

提交回复
热议问题