jeroenveer

Results 6 comments of jeroenveer

I have disabled this line `MCP2515 __attribute__((weak)) CAN1(15, 33) ;` only using the internal CAN on this board, on another board i use both internal and external mcp25625. So will...

Tested the MCP25625 and can transmit is working but it would not receive, it only received when there was a msg transmitted. The interrupt was not working giving the error:...

This also works instead of in setup ``` bool MCP2515::_init(uint32_t CAN_Bus_Speed, uint8_t Freq, uint8_t SJW, bool autoBaud) { setINTPin(_INT); ```

Just make the changes discriped above in your library.

Works fine on my ESP32 with MCP25625 did needed some minor changes.

As soon as CAN0 starts to transmit can frames CAN1 starts to missing received messages. Are interrupts disabled when CAN0 transmits?