What is the difference between FIQ and IRQ interrupt system?

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

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

11条回答
  •  -上瘾入骨i
    2020-11-28 02:13

    FIQs are higher priority, no doubt, remaining points i am not sure..... FIQs will support high speed data transfer (or) channel processing, where high speed data processes is required we use FIQs and generally IRQs are used normal interrupt handlling.

提交回复
热议问题