-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
?Issue with transmitters? #35
Comments
To tell you the truth, I put the consumer and producer parts in there just because the chip supports them. I don't know how to use that functionality properly and I've never tried. But, I do think that case 5 should have been above case 3 such that they both do the same thing. But, like I said, I don't use the consumer/producer system nor have I ever. So, your guess is as good as mine. |
Thanks Collin. |
This is the best I can make out of the SAM documentation:
|
I'm confused as to whether this is an issue, or my failure to understand...
https://github.com/collin80/due_can/blob/master/src/due_can.cpp#L1391
shows "consumer" grouped with "receiver"
...A few lines later
https://github.com/collin80/due_can/blob/master/src/due_can.cpp#L1430
shows "producer" separated from "transmitter"
The way I read it, "producers" can never send any data!?
Should the
case 5
line be moved to pair up with thecase 3
line?...and thus 'enable' "producers"
The text was updated successfully, but these errors were encountered: