This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

in arm7tdmi, when FIQ and RIQ occures at same time so how both are executed sequentially,first FIQ and thenIRQ?

in arm7tdmi, suppose instruction is being executed and at same time FIQ and IRQ both occur  at same time.now according to priority FIQ will be handled then IRQ  but my question is that how it will handled IRQ after  return from FIQ

i means what will be process done  at return of FIQ and how control will be transferred to IRQ  handler after return statement of FIQ handler ?

example    :

                                  address                  =>     instruction

                                0x00000100              :      MOV R0,R1

                                0x00000104              :      MOV R0,R1

   ==>                      0x00000108              :      MOV R0,R1   ; suppose this is instruction being executed and FIQ and IRQ  are raised at same time

                                0x00000110              :      MOV R0,R1

                                0x00000114              :      MOV R0,R1

                                0x00000118              :      MOV R0,R1