What is the difference between FIQ and IRQ interrupt system?

后端 未结 11 1146
北海茫月
北海茫月 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:25

    No any magic about FIQ. FIQ just can interrupt any other IRQ which is being served,this is why it is called 'fast'. The system reacts faster on these interrupts but the rest is the same.

提交回复
热议问题