Problem with PWM: Why won’t it go above 95%?
I’m working on a motor control circuit using the At32UC3B0256 and a Texas Instrument DRV8432. I’m currently having trouble getting a steady PWM signal above 95% duty cycle. I’m not sure if the problem lies in the software or hardware.
I’ve attached a schematic for the hardware.
I have a few ideas of where the problem might be:
- I’m not sure if you can run a PWM line straight from a microcontroller to the DRV. Is it possible the line is latching? Right now, this design has a direct line from the microcontroller to the motor controller driver.
- Is the hardware around the DRV8432 correctly placed?