Need CAN support for ESP32 S2 #49561
-
Hi |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There is already a merged PR with TWAI support on ESP32. Can you check if it is enough? Please, report any issues you find so we can put that into our to-do list. Same with questions or need for how-to's. |
Beta Was this translation helpful? Give feedback.
-
PR #51100 by @martinjaeger was merged 16 days ago. It should provide the basic support for TWAI on both ESP32-S2 and ESP32-C3. An example of how to enable the TWAI peripheral and set up the pins in a board definition can be found here: |
Beta Was this translation helpful? Give feedback.
PR #51100 by @martinjaeger was merged 16 days ago. It should provide the basic support for TWAI on both ESP32-S2 and ESP32-C3.
An example of how to enable the TWAI peripheral and set up the pins in a board definition can be found here:
zephyr/boards/xtensa/olimex_esp32_evb/olimex_esp32_evb.dts
Line 96 in 35ec706