Deivik12
Deivik12
Can you try power mcp2515 with 3.3v? Esp32 gpio`s only support 3.3v. If you power mcp2515 with 5v, it should give you problems in theory. And transceiver can be powered...
If you tested this code without eeprom and you are 100% sure that its eeprom library, problem not mcp2515 wiring, it could be that writing eeprom(flash) at very high speeds...
Thanks for information. Everything is clear, just not the step 1 one. Ive read how I can setup listen-only mode with esp-idf, but Im not sure how it should be...
Thanks, you are the best!
I have small issue, I was testing autobaud. In my application baud speed can be either 250kbps or 500kbps. Problem Im facing is that CAN0.setListenOnlyMode(true); allows any baud speed traffic...
I did more testing, I found that if you are trying to do CAN0.setListenOnlyMode(true); while can bus speed is 500kbps, it will somehow automatically detect canbus speed, doesnt matter what...