Tool/software: Code Composer Studio
Hi, I have some problems on driving a motor with the DVR10983.
I have no problems writing the EEPROM and reading the registers through I2C but when a PWM is in the SPEED pin, the motor doesn’t work.
I can also see a signal in the FG pin even though the motor is not moving at all, there is also a signal on each of the phases of the motor (U, V and W) but the amplitude of this signal doesn’t change according to the duty cicle of the PWM, it only changes by modifying the supply voltage.
The values I have on the registers are:
Register | Value
0x20 —- 0xA9
0x21 —- 0x04 (I acquired this parameters as indicated in the Tuning Guide)
0x23 —- 0x49
0x24 —- 0x50
0x25 —- 0xE4
0x26 —- 0x89
0x2A —- 0x08
0x2B —- 0x0F (here I’m indicating that SPEED pin will spect a PWM)
0x01 —- 0x00 (here I’m making sure OverRide pin is clear)
I do have a pull-down resistor (82kohms) at the SPEED pin and as I told the motor is not working (I had previously drived that motor and I know it is not damaged)
