Search found 1 match
- Thu Mar 30, 2023 4:18 pm
- Forum: ESP-IDF
- Topic: ESP-IDF TWAI Queue implementation advice
- Replies: 2
- Views: 2554
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...