Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

TB6600 using pic micro

Status
Not open for further replies.

varunme

Advanced Member level 3
Joined
Aug 10, 2011
Messages
741
Helped
17
Reputation
36
Reaction score
17
Trophy points
1,318
Activity points
5,764
can we control stepper by using tb6600 by using the below flow code?
the tb6600 board i am using have EN ;CLK ;DIR pins
and M1 M2 M3 and TQ

Code:
for (i=0; i<=10; i++)
{
EN =1;
CLK =1;
DIR =1


CLK =0;
EN =0;

EN =1;
CLK =1;
DIR =0;


CLK =0;
EN =0;
}
 

Hi,

A piece of code. No description.

We don't know what you expect.

Klaus
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top