Motor stops non deterministically

Hello,

I am using the Turnigy Aerodrive SK3 149Kv motor, powered by an 5000mAh 40C 6s LiPo and the Odrive 48V together with the AMT102 encoder. I am able to calibrate the motor, put in velocity control and command it to run for 5000 counts/s. However, after a few seconds the velocity drops down to zero, the current increases and the motor just oscillates a little. Then the current state goes to idle and can’t be reset to closed loop control before the odrive is not rebooted. The same behavior occurs when the motor is in position control and I want it to move e.g. 100000 counts.
The maximum current is set to 60A, motor and encoder do not show any errors, the motor does not carry any load.

Encoder config:
encoder%20config !

Motor config:
motor%20config !

Odrive config:
odrv%20config!

What errors are you getting?
hex(odrv0.axis0.error)
hex(odrv0.axis0.motor.error)
hex(odrv0.axis0.controller.error)
hex(odrv0.axis0.encoder.error)

Thanks for your respond!

hex(odrv0.axis0.error) = 0x200
hex(odrv0.axis0.motor.error) = 0x10
hex(odrv0.axis0.controller.error) = 0x1
hex(odrv0.axis0.encoder.error) = 0x0

UPDATE:
With the controller.error I was able to find another thread which advised to set the vel_limit_tolerance in controller.config to 0.
Now the motor spins smoothly for a while and then starts to oscillate back and forth. Is this a sign for the need to tune the PID gains?