I have a project that required motor can accelerate up to 2000krpm/s.
My motor is capable of going up to 2072krpm/s. But through out labs13, I can only set the acceleration up to 120krpm/s.
I assume that if I wanna go over this value, I have to change all the defined accel value from _Iq24(0.01,120) to _Iq_20 (0.0005, 2000) in order to do that, right?
What are the rest of parameters that I need to change in order to make system run smoothly without errors?
I am using DRV8312 and F2805x, are they capable of handling this acceleration?