Join our technical discussions about Freescale Microcontrollers: M68HC12. (Freescale Semiconductor is a Subsidiary of Motorola).
|
I'm looking for some code (C preferred) for the control of a bi-polar stepper motor. I'm using an Allegro 3966, which has an Enable and a Phase control bit for each of the two motor windings. My control requirements are minimal. TIA, Bob White |
|
|
|
In a message dated 9/23/02 12:23:26 PM Eastern Daylight Time, writes: > I'm looking for some code (C preferred) for the control of a bi-polar > stepper motor. I'm using an Allegro 3966, which has an Enable and a Phase > control bit for each of the two motor windings. My control requirements > are > minimal. just drive 4 outputs with this pattern: 01 01 01 10 10 10 10 01 1st pair is coil1, 2nd pair is coil 2. Send sequence 'up' to reverse direction [Non-text portions of this message have been removed] |
|
|
|
http://www.cs.uiowa.edu/~jones/step/index.html |