Using the Atmel AT91SAM7SE12 device
I am trying to write an interrupt handler for the USARTS. I'm having trouble finding documentation on how to set up the vector table. Is there an example project that illustrates this?
Thanks, Rick
Have the interrupts configured and seem to be correctly vectoring to the isr. Now is seems that the program is not recovering from the interrupt. The system hangs after the interrupt executes.
Any suggestions?
Thanks in advance, Rick