I am currently using ESP32-EVB-EVA. I am trying to interface my board with other devices/boards using CAN protocol. can I use the following link (about TWAI) as a source to establish CAN protocol? Is TWAI a common terminology for CAN and similar automotive networks?
https://docs.espressif.com/projects/esp ... /twai.html
ESP32 CAN/TWAI compatibility
Re: ESP32 CAN/TWAI compatibility
Most likely TWAI is compatible, although would need to check the details of exactly what other devices/products you are using.
As per the linked documentation, TWAI support in ESP-IDF is compatible with ISO11898-1 Classical frames. ISO11891 is the standard that describes the CAN data link layer.
TWAI itself is not an industry standard term, it's the name used for the ESP32-S2 peripheral.
As per the linked documentation, TWAI support in ESP-IDF is compatible with ISO11898-1 Classical frames. ISO11891 is the standard that describes the CAN data link layer.
TWAI itself is not an industry standard term, it's the name used for the ESP32-S2 peripheral.
-
- Posts: 2
- Joined: Sat Jul 18, 2020 11:15 pm
Re: ESP32 CAN/TWAI compatibility
I am using ESP with Raspberry Pi and PI-CAN2. Thank you for your reply.
Re: ESP32 CAN/TWAI compatibility
The TWAI controller is not compatible with ISO11898-1 FD Format frames, and will interpret such frames as errors.
This information is posted on the official website:
https://docs.espressif.com/projects/esp ... /twai.html
This information is posted on the official website:
https://docs.espressif.com/projects/esp ... /twai.html
Who is online
Users browsing this forum: No registered users and 79 guests