Skip to content

Conversation

@H4nky84
Copy link

@H4nky84 H4nky84 commented Oct 24, 2016

Added support for RTR bits in can packet as well as another tested transceiver.

@Alex-2-5
Copy link

Alex-2-5 commented Oct 26, 2016

I downloaded the patch3 when it was commited but i have a problem.
As soon as i start "CANbus1.begin(myMask1);" the program freezes.
Nothing goes on.

Any Idea what it could be?

EDIT:
Sorry, i think i found it.
I had "old style"
FlexCAN CANbus0(500000);
FlexCAN CANbus1(500000);

But it should be (as seen in the example):
FlexCAN CANbus0(500000, 0);
FlexCAN CANbus1(500000, 1);

I hope that was it.

@H4nky84
Copy link
Author

H4nky84 commented Oct 26, 2016

Hopefully that is it.

Make sure you download the current one on my list as I made some changes earlier today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants