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.

Recent content by Reem Bayoumy

  1. R

    Do i need to create the Logic Interface Timing Diagram for Big Easy Driver ROB-11876

    and apply it in 2 pin the step and direction to drive the bipolar stepper motor
  2. R

    [General] controlling bipolar stepper motor using msp430g2553 and Big Easy Driver .

    #include <msp430g2553.h> int step; void main(void) { WDTCTL = WDTPW + WDTHOLD; // Stop watchdog timer // Configure CPU clock if (CALBC1_16MHZ==0xFF) { while(1); } DCOCTL = 0; BCSCTL1 = CALBC1_16MHZ; // Set DCO DCOCTL = CALDCO_16MHZ...

Part and Inventory Search

Back
Top