Collin Kidder
Collin Kidder
I have to admit that I have never tried to move the routines into RAM. I do not know why doing so would cause a hard fault in code that...
I have seen that happen from time to time. I'm not entirely sure why. It seems like it could be due to communication issues - bad transceiver, poor termination, etc....
Yeah, sorry, I forgot to comment on this. 1. You do need transceiver chips. The Due has the canbus hardware other than transceivers and termination resistors. If your canbus is...
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...
Well, that's kind of weird. There have been some big changes recently but I have been testing and I don't remember seeing an issue like this happen. I'll give it...
You forgot to select Arduino Due as the board you are compiling for. I can see in your data this line: Scheda:"Arduino/Genuino Uno" That should reference the Due instead. If...
The only part of single wire CAN that is really different is that SWCan has a mode where a high voltage wake up is used. This is a 12V signal...
Sorry for the mix up involving my repo. I have fixed the problem and if you have trouble you can now directly create an issue and yell at me for...
Or use an sn65hvd234 which is natively 3.3v and works great. On Oct 21, 2016 5:07 PM, "H4nky84" [email protected] wrote: > @Alex-2-5 https://github.com/Alex-2-5 the MCP2551 does indeed use 5v >...
Listen only mode can only be entered while the canbus hardware is in the frozen state. You did note this in the documentation but it might be better to detect...