MCP251XFD
MCP251XFD copied to clipboard
MCP2517FD, MCP2518FD and MCP251863 driver
Your driver works perfectly for me, but I wonder whether there's a chance to get more speed when sending or receiving packets. I stumbled over an optimization in https://github.com/pierremolinaro/acan2517/blob/master/src/ACAN2517.cpp where...
First of all, great work. I am trying to use the library in CAN 2.0 mode. I can't find a way to enable/disable MCP251XFD_INT_TX_EVENT when the controller is already in...
Hi, I have tried to compile your code, but it fails - see two obvious things: MCP251XFD/MCP251XFD.c:166:8: error: 'MCP251XFD' has no member named 'GPIOsOutLevel' 166 | pComp->GPIOsOutLevel = pConf->GPIOsOutLevel; //...
Bringing up MCP2518FD on an ESP32-S3 using your library. Successful init. Hardware is all alone on a bus with a 120-ohm terminator on it. So ACKs are not expected. I...