|
Stepper-Motor-Control
v3.0.0
System on a Chip 2014 - Group 04
|
Motor Control Unit. More...
Go to the source code of this file.
Entities | |
| motor_control_unit | entity |
| Motor Control Unit. More... | |
Motor Control Unit.
Controls the stepper motor. Communication with NIOS-Processor is done via register_interface component.
Following signals are provided by register_interface:
| name | width | access | description |
|---|---|---|---|
| run | 1 | read | enables mcu |
| direction | 1 | read | motor dir ('0' is left) |
| IR | 1 | write | set when motor stopped |
| mode | 4 | read | use case |
| speed | 3 | read | speed of motor |
| steps | 32 | write | number of steps motor did |
| ------— | --— | ---— | -----------------------— |
v0.1.0 23.11.2014 Kossmann
v0.1.1 24.11.2014 Riedel
v0.1.2 27.11.2014 Riedel
enable to prescaler in signal_generator and adapted the wiresv0.1.2 27.11.2014 Riedel
v0.1.3 02.11.2014 Riedel & Kossmann
v1.0.0 05.12.2014 Riedel & Kossmann
Definition in file motor_control_unit.vhd.