Modellfan
Modellfan
On Arduino Nano 168 with standard loopbackdemo the mcu get's stuck and shows only "Configure ACAN2515".
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...
Hi Collin, after many hours of sweat and tears I fixed the MCP2515 library. The additional example is running for me.
``` Build:Mar 27 2021 rst:0xc (RTC_SW_CPU_RST),boot:0x8 (SPI_FAST_FLASH_BOOT) Saved PC:0x4037744c SPIWP:0xee mode:DIO, clock div:1 load:0x3fce3808,len:0x4bc load:0x403c9700,len:0xbd8 load:0x403cc700,len:0x2a0c entry 0x403c98d0 Configure ACAN2515 Bit Rate prescaler: 1 Guru Meditation Error: Core 0 panic'ed...
Do I find allready somewhere else in another repository the code to use MCP2515 on an ESP32. If not I will sit and create a new one.