• 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...
  • 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...
  • 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...
  • 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?