ESP32C6两路TWAI读写时不知道怎么区别
Posted: Mon Oct 09, 2023 12:48 am
by kintogan
ESP32C6两路TWAI读写时不知道怎么区别,看过IDF上的例程,都是针对只有一路TWAI的,有没有大神有写过C6两路TWAI的例程,麻烦指点 一下?
Re: ESP32C6两路TWAI读写时不知道怎么区别
Posted: Thu Oct 12, 2023 12:36 am
by kintogan
大神们,求救
Re: ESP32C6两路TWAI读写时不知道怎么区别
Posted: Thu Oct 12, 2023 11:22 am
by ESP_WangYX
ESP32-C6 has 2 TWAI controllers, but at the moment, the driver can only support TWAI0 due to the limitation of the driver structure.
Please refer to
https://docs.espressif.com/projects/esp ... /twai.html