Page 1 of 1

Can driver usage.

Posted: Tue Jul 10, 2018 2:32 pm
by snahmad75
Hi,

Have anyone used can driver on esp32 board. Is this reliable? any performance measurement will be appreciated.


Thanks,
Naeem

Re: Can driver usage.

Posted: Wed Jul 11, 2018 1:05 pm
by jcsbanks
viewtopic.php?f=12&t=380

I have tested 8000 frames per second with no errors once the driver is optimised (otherwise you get multi millisecond delays on receive and lost frames on sending). It still manages that with multiple other tasks and CPU speed reduced to 80MHz.

Re: Can driver usage.

Posted: Sat Jul 28, 2018 10:55 am
by snahmad75
Have you tested using this latest can driver.

https://github.com/espressif/esp-idf/bl ... iver/can.c


I am reading can frame using task/thread every 10 ms. I am losing frames time to time. it cannot cope high traffic on can bus.