RX Interrupt Doesn't Work

Moderator: Benj

Post Reply
Brian Walsh
Posts: 29
Joined: Thu Jan 14, 2010 10:43 pm
Has thanked: 3 times
Contact:

RX Interrupt Doesn't Work

Post by Brian Walsh »

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.

Post Reply