2011-10-02 04:19 PM
hi, I am going to use Allegro 4931 3-phase motor pre-driver for my Brushless DC motor control project. Now I need a microcontroller to control the Allegro4931. Can anyone recommend me the best chip I can use for it?
2011-10-07 11:18 AM
By remembering dexters exciting stories:) you can use stm8105rbt6 or similar series by combining it free stm8s bldc library. But this library is a little complicated and measures line currents and estimates rotor position with back emf algorithm. simply using with hall sensors needles to use back emf voltages. this bldc library can be used by interacting with closed loop speed control, ramp up speed , emergency breaking. it is very important what ise the purpose of your end project.
2011-10-10 02:54 AM
Hi Dexter,
have you taken a look to ST devices L6229, L6234, L6235? they also includes Mosfet (up to 5.6A).... Once you have Hall sensors managed by the driver, you don't need to use microcontrollers specifically suitable for motor control... Basically any microcontroller may do the job, than it depends on what additional tasks the application require to be executed. Regards, Billino2011-10-17 12:42 PM