collin80/due_can

Failure to receive extended frames

Closed this issue · 1 comments

Hi Collin,

I am experiencing a problem with receiving extended frames, I ran the CAN_ExtendedPingPong example on the GEVCU board and the seminal frame sent here:

  // Send out the first frame
  Can0.sendFrame(frame2);
  sentFrames++;

Is never received. I moved the counter to the top of the while and got this output (continuous):

S: 1 R: 0
S: 1 R: 0
S: 1 R: 0
S: 1 R: 0

This duplicates the experience I am having with the GEVCU software not receiving extended frames. I thought I was doing something wrong, but maybe not.

Extended frames are being sent with no problems.

Never mind. I was using the filter mask wrong. Although, I did get the results described above in the example.