I designed a motor driver with the new Texas Instruments DRV8262 at its core. It will be used in robots controlled by an ESP32.
It works well when using non-PWM signals to switch the outputs in PWM mode, but as soon as I use a PWM signal it won't work anymore. I tried different frequencies from 50 Hz all the way to 150 kHz, but nothing worked. The only thing I could notice was the current draw of the whole system increasing from ~210 mA to ~230 mA. The driver didn't get warm at all and the nFault pin was at 3.3 V, which is the default state.
The schematic isn't my finest work, but I hope it works.
What can I do to make the driver respond to PWM signals?
Datasheet: DRV8262 I hope I provided all the information needed.
