meandmyself wrote on Friday, March 20, 2009:
I’m using FreeRTOS with IAR 5.20 on an AT91SAM7A3 processor.
I left my test program running through the night and by morning I’ve realised that it was stuck in the Spurious Interrupt Handler.
The code that I have as defined in Cstartup.s is as follows:
AT91F_Spurious_handler
b AT91F_Spurious_handler
Could you state any reason for this behaviour?
What would be the recommended handler? Just perform a EOI and return?
thanks