Search found 1 match

by wilsonng
Thu Mar 30, 2023 4:18 pm
Forum: ESP-IDF
Topic: ESP-IDF TWAI Queue implementation advice
Replies: 2
Views: 2206

ESP-IDF TWAI Queue implementation advice

Hello fellow programmers, I'm wondering what would be the best approach in getting "CAN/TWAI" messages fast. This is buffer handling, overflow, receiving messages without any losses. I was thinking of running a high priority RX TWAI (xTaskCreatePinnedToCore) that would be polling forever for message...