collin80/esp32_can

Disable Interupt Pin on 2515.h

Gcopper22 opened this issue · 2 comments

Hi i'm using esp32_can library, but when it comes to CAN1 MCP2515 the function of receiving can msgs not working, only if pull up the interupt pin and then live it floating.But also in this situation after a few second the esp32-wroom-32e is restarting continuously.In the other hand for sending Can msg over the CAN1 MCP2515 is working perfectly.Just for information CAN0 eps32 built in is working also perfect with new update code for espe E versions.

I will appreciate if you can help me.

HI, did you solve the problem? I'm triyng to receive messages from mcp2515 but I'm not able to make it work

This is still a current problem.