Hello,
I am working on a bldc motor project. The issue I am having is that the duty cycle will max out at ~50% and PWM_I will max out at 5V(does not go any higher). The duty cycle maxes at 50% because the PWM_NI is a triangular wave between 2V and 7.5V, and when it is compared with the 5V PWM_I signal(at the PWM comparator), a duty cycle of 50% is produced. The result of this is that at high loads, the speed drops below the setpoint because the motor doesn't have enough power.
My question is how can I increase the voltage of PWM_I? If the voltage of PWM_I could reach up to 7.5V, the duty cycle could reach 100%. My board is nearly identical to the example showed in figure 17 of the data sheet(two-quadrant, analog speed control, etc).

Thanks,