ESP32RET icon indicating copy to clipboard operation
ESP32RET copied to clipboard

MCP2515 not working

Open Modellfan opened this issue 3 years ago • 0 comments

Even I fixed the MCP2515 library. It isn't working in the context of ESP32RET. I spend many hours on investigations and can't find the reason. Internal CAN is working as it should. For the MCP2515 for whatever reason the "polling task" does not get any computation time. I played with many parameters like task priority. When you disable the CAN0 and put in MCP2515:handleint a Serial.print(). then it at least gets computation.

There must be some interference with CAN0 and something else in ESP32RET regarding task priority. However I am wondering, as the MCP2515 tasks are completly the same as for MCP2517FD.

Modellfan avatar Feb 04 '23 00:02 Modellfan