hi,chirs:
I test a motor, the id identification is ok. when driver it with no load, run in low speed is ok, but run in high speed anything wrong cause large current.
use 28027F, 18k pwm frequency, 9k mainISR
#define USER_NUM_PWM_TICKS_PER_ISR_TICK (2)
#define USER_NUM_ISR_TICKS_PER_CTRL_TICK (1)
#define USER_NUM_CTRL_TICKS_PER_CURRENT_TICK (1)
#define USER_NUM_CTRL_TICKS_PER_EST_TICK (1)
#define USER_NUM_CTRL_TICKS_PER_SPEED_TICK (8)
#define USER_NUM_CTRL_TICKS_PER_TRAJ_TICK (8)
motor: BLDC , 16 poles, 3000 max RPM
motor id:
I doubt maybe the mainISR speed not enough,or the Estimate angle has error,Can you hlep me solve it, thank you.

