RX Interrupt Doesn't Work
Posted: Thu Jan 28, 2010 4:43 pm
Rx int code enables global interrupts (intcon, GIE) & the USART Rx (pie1, RCIE) but not the peripheral interrupts (intcon, PEIE).
I got round this placing a line of C after the interrupt box in the flow chart. st_bit(intcon,PEIE);
Is there any way to edit the int box to fix this or am I stuck with the extra line of C for the moment?
Brian.
I got round this placing a line of C after the interrupt box in the flow chart. st_bit(intcon,PEIE);
Is there any way to edit the int box to fix this or am I stuck with the extra line of C for the moment?
Brian.