Hello, I have issues receiving extended frames, not sure what the issue is. I have no problem receving or sending STD frames. No probelm to send EXT either. My setup is like bellow.
Can2.enableMBInterrupts();
Can2.setMBFilter(REJECT_ALL);
Can2.onReceive(MB0, callback1);
Can2.setMBFilter(MB0...