-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dual builtin CAN not working on ESP32-C6 #74
Comments
The issue was a RS pin of CAN chip was connected to the MCU and not pulled low. Transmit and receive works now but only with 1 CAN module active. CAN0 and CAN1 work fine independ of echother.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After updating ArduinoESP32 to v3.1.1 the can msg is not transmitted and the board hangs without any error message.
Serial Output
Receiving works fine no issues there but as soon as CAN0.sendFrame() is send the the mcu hangs.
Tested on both ESP32 and ESP32-C6
Transmit works good with arduino v3.0.5 and esp32_can v0.2.5
The text was updated successfully, but these errors were encountered: