• Custom IRQ/FIQ Handlers...
    I'm trying to override the standard method provided in SAM7.S in a RealView project for an ATMEL AT91SAM7S processor that vectors to the interrupt service routines. I've found a couple of references...
  • REALview FIQ Handler Compiler Error
    Hi I'm can't get a Source code with a FIQ Handler compiled with REALview. There is always a error in the line "void FIQ_Handler (void) __fiq" which says: error: #130: expected a "{" This is the...
  • 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...
  • Call SWI functions from a FIQ Handler using RTX
    Hello to all! Is possible to make a call to a SWI routine from a FIQ Handler when you are using the RTX Kernel? I try this approach but a UNDEFINED exception occurs on exit of SWI function. See...
  • in gcc we use __attribute__((interrupt("FIQ")))  for fiq handler in C.  what is the equivalent using armcc compiler?
    in gcc we use __attribute__((interrupt("FIQ")))  for fiq handler in C.  what is the equivalent using armcc compiler?