acan-esp32 icon indicating copy to clipboard operation
acan-esp32 copied to clipboard

FIFO buffer overflow error

Open jamiejones85 opened this issue 1 year ago • 0 comments

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.

jamiejones85 avatar Oct 10 '23 14:10 jamiejones85