You are here

CAN sends error frame

1 post / 0 new
dgarciasoto
Offline
Last seen: 1 year 8 months ago
Joined: 2022-04-06 04:39
Posts: 1
CAN sends error frame

Hello,

I'm communicating with the VESCs using CAN, sending RPM commands. I send them at 100hz

If I send very slow speeds or zero the VESC doesn't have enough power to move that slow and sends error frames on the CAN bus.

The microcontroller I'm using enters bus-off mode because of that and disables CAN communication until I reset it.

How can I make the VESC not send error frames in this situation?