Hi,
I am trying to implement CAN Extended Message ID Filtering.The code i tried is given below its not accepting the ID. What will be the issue?
I am using PIC18F25K80 and PIC C18 Compiler. I am trying to get the id "FFFF"
RXF0EIDL = 0xFF;
RXF0EIDH = 0x00;
RXF0SIDL = 0xE8;
RXF0SIDH = 0x1F;