Search results

  1. M

    Fastest interrupt handler for background serial receive

    I'm receiving GPS data at 9600 Baud using hardware serial reception with a 28X2 running at 64 MHz. It's working, but I want the interrupt to process as quick as possible in order to maximize the processor time available for the main program. I pasted my interrupt code below. So, my question...
Top