This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DRV8825: AVREF/BVREF required current

Part Number: DRV8825

Hi all,

Our design uses a DRV8825 where the current adjustment needs to be controlled by a microcontroller.

While the datasheet does not specifically state a minimum required current for such reference voltage, it does not seem to be too high, considering the examples on the datasheet. I would expected that it will not be more than 50uA if that much.

Our reference voltage is created from a PWM signal passing through an RC low pass filter. It is a simple design that we've used several times before. The MCU pad is configured for a maximum of 4mA. The circuit can be seen below:

Although there are pads for two RC steps, using only one is enough - so C76 is not populated, and R66 is just a 0R jumper. PWM_FOR_DRV_VREF is a square pulse set to 30 kHz, with low at GND and HIGH at 3.3V. At ~10.6% duty the RC shall output 350 mV, which is the calculated VREF for our motor. This has all been double checked: If we don't insert JP3, voltage is confirmed ~350mA at pin #1 of JP3. ADC_DRV_VREF is a feedback signal to allow the MCU to measure the actual reference voltage.

We've assembled three prototypes. If we install JP3 between pins #1 and #2, the VREF drops to almost zero and the motor does not have enough current to run.

It all seems to point to some sort of shorted hardware... but initial inspection did not show anything obvious. Since it is kind of impossible to order DRV8825 at the present moment, we may test some more after ordering a few evaluation kits and taking the IC out of those - which unfortunately adds one extra uncertainty to an already mysterious condition...

So I guess the initial question is in fact what is the required current for those REF pins, and also to ask if anyone has suggestions regarding the issue.

Thanks!

Bruno

  • Bruno,

    Thank you for the detailed information!

    In the datasheet, this is specified at 3uA, so it is very small, but will result in a 300mV drop across 100k..if my math is correct.  Try adjusting 100k in filter to 10k and doubling cap to GND to keep same filter response.  

    We use 10k pots on our EVM with no problem.  Might consider replacing R59 with a 10k potentiometer as well.  

    Regards,

    Ryan

  • Hello Ryan,

    What a blindness syndrome... we looked for the current requirement in the datasheet a few times and had never found it. I'll stick to the story that it was only added there yesterday.  :)

    Thanks for the reply!!

    We will test with a 10k resistor in the RC filter - but the cap will be raised to 1uF (the higher settling time is not an issue for us), otherwise there would still be quite some ripple in the control signal. Will also change the pot, although that one is there just as a testing alternative and is not even populated in the actual product.

    Regards,

    Bruno