Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/05/06 00:31
Read: times


 
#125840 - Quarter Stepping with STM L6219 Motor Driver Chip
I have a system where a small stepper motor is driven by an 8051-based micro through a STMicroelectronics L6219 stepper motor driver chip. The first table below shows how to sequence the L6219's control lines to run the motor in full step mode at 100% current. The second table gives the sequence for half step mode with 67% current.
 
    Full stepping with 100% current
    -------------------------------
    I02 I12 | PH2 PH1 I11 I01
    -------------------------
     0   0  |  0   0   0   0 
     0   0  |  0   1   0   0 
     0   0  |  1   1   0   0 
     0   0  |  1   0   0   0 
    
    Half stepping with 67% current
    ------------------------------
    I02 I12 | PH2 PH1 I11 I01
    -------------------------
     1   0  |  1   0   1   1 
     1   0  |  1   1   0   1 
     1   1  |  1   1   0   1 
     1   0  |  0   1   0   1 
     1   0  |  0   1   1   1 
     1   0  |  0   0   0   1 
     1   1  |  0   0   0   1 
     1   0  |  1   0   0   1 
 

These tables were derived directly from Figure 5 of the L6219 data sheet. So far, so good. No magic.

Now, based on indirect hints that I have seen here and there online, I think that it's also possible to use this chip to do quarter-stepping without any extra hardware. But I haven't found any reference that comes right out and tells directly how to do it. Does anybody here know if this is possible? If so, can you supply a control sequence to make it happen, similar to the tables given above?

Thanks,

-- Russ


List of 4 messages in thread
TopicAuthorDate
Quarter Stepping with STM L6219 Motor Driver Chip            01/01/70 00:00      
   Read these links            01/01/70 00:00      
      Perfect!            01/01/70 00:00      
      Got It Working            01/01/70 00:00      

Back to Subject List