Collin Kidder
Collin Kidder
Well, my biggest issue is that can_common runs across multiple processors. I use it for due_can on the Arduino Due (Atmel SAM3X) as well. There is only 96k of RAM...
The ACK bit is automatically handled in hardware. If the hardware accepts a frame it asserts ACK and sends it over the wire. There really isn't any way to set...
You might consider looking here: https://github.com/kentindell
Yeah, I really don't like the concept of RTR frames and I never did anything to support them. Maybe I kind of passively neglected to even implement RTR because I...
It's awesome that you're trying to do that! I wanted to get J2534 support onto Macchina hardware but I haven't even started doing so yet. So, it's really cool that...
Well, that is a weird result. The only thing that should change is where the code is placed in the memory space. But, why would changing the link location change...
That is a weird outcome. I copied your code and only very slightly edited things. My testing seems to indicate it is working properly. However, and this could be significant,...
Your example code seems correct. So, it should (in theory) work as-is. It is possible that something in the non-simplified version changes the way it works. But, it seems odd...
The default is one TX mailbox. This should be plenty. Sometimes people sending very rapidly like 2 TX mailboxes so that the hardware can load one while sending the other...
Well, it should be possible to support them. But, some transceivers have extra pins that might need to be controlled. For instance, some have a sleep pin, some have a...