arduino-CAN icon indicating copy to clipboard operation
arduino-CAN copied to clipboard

Feature request: CAN/TWAI Support for ESP32-C3?

Open heliophagus opened this issue 3 years ago • 2 comments

Would it be possible to modify this library to support the ESP32-C3 microcontroller? It has the same CAN controller (SJA1000) as the other ESP32s, but a different, RISC-V based microcontroller. The existing Arduino CAN libraries will not compile for ESP32-C3s, giving the error message "fatal error: soc/dport_reg.h: No such file or directory." The ESP32-C3 is becoming increasingly popular, and modifying this CAN/TWAI library to support it would be a HUGE help to the community.

heliophagus avatar May 08 '22 22:05 heliophagus

Hope so.

eastwife avatar Sep 11 '22 14:09 eastwife

Try This one i try it with S3 https://github.com/Sheimy/TWAI_S3_LISEN

Sheimy avatar Oct 25 '22 04:10 Sheimy