• Problem in returning from FIQ
    Hii Am using ADUC7025 processor..I Wrote a program in C lanuage, I want to return from FIQ before it comes out by itself.. I tried with simple return, but not working properly.. Plz help me...
  • Pipeline issue on return from FIQ
    Note: This was originally posted on 17th August 2009 at http://forums.arm.com I'm using an ARM9 (Cirrus EP9302). My FIQ interrupt handler returns using "subs pc, lr, #4" instruction. The way the handler...
  • FIQ
    I am a real novice programming ARM7. I have a LPC2138 evaluation board and I use the environment uVision4. I tried to write a programm in C to handle an interrupt FIQ. To do this I followed the example...
  • returning values from assembly to c
    i don't know who to returning values from inline assembly stored at memory locations 14h,15h,16,17h to c function pls help me
  • returning values from assembly to c
    i have to return values from inline assembly stored at locations 14h,15h,16h,17h to c function so pls help me