pierremolinaro / acan-esp32

An ESP32 CAN 2.0B library
MIT License
47 stars 17 forks source link

FIFO buffer overflow error #9

Open jamiejones85 opened 1 year ago

jamiejones85 commented 1 year ago

I've been having intermittent issue with can bus frame data not matching what is sent when the bus is very busy but it seems this might be related to the below issue.

https://github.com/espressif/esp-idf/issues/4276

https://github.com/openvehicles/Open-Vehicle-Monitoring-System-3/blob/master/vehicle/OVMS.V3/components/esp32can/src/esp32can.cpp#L92

It's something I can workaround as my can messages have a CRC I can use to disregard.