Dear sir.
I am new to Brushless Direct Current Motor! I read the datasheet of drv8332, I found that the PWM outputs are in relationship with hall sensors. So do I need to check the hall sensor output and control the PWM by MCU?
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.
Thank you.
In fact our requirement is to control the camera turning to an angle when receive a control signal (less than 360 degree). My work is designing software. But our hardware team use DRV8332 and Back EMF to driver a brushless DC motor to move the camera as I describe before. In my opinion, a servo motor can do this work well. Can you tell me does this way implement our requirement?
Thank you,
I know it need two PWM outputs active at the same time. The figure 12 use 6 PWM inputs, the PWM_AL, PWM_BL and PWM_CL control the RESET_X with PWM_AH, PWM_BH and PWM_CH. I think a simple I/O port can't finish this work. So I don't know how to interface and control the PWM_xL in right sequence in MCU? Connect to a PWM or a Timer capture output? Any examples?