Other Parts Discussed in Thread: CSD19532Q5B
Hi,
I have designed a 36v BLDC motor controller using DRV8353RS by following the guidelines given in the datasheet
Everything works fine but I observe a sudden motor jittery movement at the time of power ON randomly but less frequently though all the input pins (INHx, INLx) are tied low while enabling and initializing the DRV chip
Power Supply:
1. I use dual power supply
2. 15v to Vm
3. 36v to Vdrain
4. 5v to HALL sensors
5. 3.3v to MCU
Sequence I follow while initializing to 1x PWM mode:
After power ON 500ms delay
1. Make BRK, DIR, 3 HALL (used external transistors for each pin to pull them low) and PWM pins low
2. Set enable pin high
3. Change PWM mode to 1x PWM from default 6x PWM and change GATE current settings
4. Release HALL pull downs (by disabling the external transistors on each pin)
5. Release brake
delay(50ms)
6. Start PWM 20KHz
Register Values configured as below:
REG 2 : 0x440
REG 3 : 0x307
REG 4 : 0x337
REG 5: 0x29D
Rest are default values
Issue:
Motor runs fine and no spikes at any of the GATES, but for some reason only while POWER ON I see motor makes a sudden movement (may be for only few milli seconds) and stops, afterwards everything seems fine
What could cause above behavior and how to overcome this, please help
thanks,
Chandra