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

soc/dport_reg.h

Open tomvanderborgh opened this issue 1 year ago • 2 comments

I have been trying to get the can library to work with and esp32c3, but when i try to upload it i get this error: fatal error:

soc/dport_reg.h: No such file or directory #include "soc/dport_reg.h" ^~~~~~~~~~~~~~~~~ compilation terminated. exit status 1

does anyone have a solution?

tomvanderborgh avatar Sep 09 '24 07:09 tomvanderborgh

Hello @tomvanderborgh , Unfortunately this library doesn't seem to work with Arduino esp32c3... yet. I can recommend you the library ESP32-TWAI-CAN, a library that I use for CAN bus comm between esp32

KraRo16 avatar Sep 12 '24 14:09 KraRo16

@KraRo16 Thank you for your reply I will take a look at it.

tomvanderborgh avatar Sep 13 '24 07:09 tomvanderborgh