ThomasBarth / ESP32-CAN-Driver

CAN driver project for the Espressif ESP32
280 stars 77 forks source link

CAN at 500kbps or above not working? #9

Closed pctj101 closed 6 years ago

pctj101 commented 6 years ago

Anyone else got CAN working at 500kbps or above?

I've successfully tested up through 250kbps, but TX just seems to wildly pulse at 500kbps and above.

pctj101 commented 6 years ago

Resolved.

My echo service wasn't alive soon enough to ACK to sender. The sender retried until it took itself offline.