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.

Stepper motor control with fsm

Status
Not open for further replies.

Toyona Entwined

Newbie level 4
Joined
Nov 1, 2014
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
60
Hello~

We were given an assignment in class where we have to design an fsmd to control a stepper motor, draw the asm charts, hardware architecture, write the code in System Verilog along with test-benches and lastly, simulate it. The task is divided into 3 parts, where the 1st one involves moving a stepper motor 10mm right (it follows a pattern of 1010, 1001, 0101, 0110 for clockwise rotation and backwards for counter-clockwise so we have to assume after completing the pattern once, it makes a 360 degree rotation and moves 1mm right/left) and then 4mm backward. I have tried drawing the asm chart and the architecture but I'm not sure if Im right so I havent written the code yet. I believe 2 counters will be required in the datapath for this-the 1st of which hold the state for 10 clock cycles here and the 2nd counter (CNT2_LT_10 then CNT2_LT_14) the counter which checks whether the motor has followed the whole pattern 10 times for moving 10mm forward...and then checks again for 4mm backward. But how exactly do I put the SCLR signal here? Wont SCLR clear both the counters according to what I have drawn? Or is there another way...?

Thanks~

Images:
https://obrazki.elektroda.pl/1965193200_1416286443.jpg
https://obrazki.elektroda.pl/9223530100_1416286446.jpg
https://obrazki.elektroda.pl/1140703300_1416286448.jpg
https://obrazki.elektroda.pl/6276315200_1416286450.jpg
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top