-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First example to rotate a stepper motor. -28BYJ-48 stepper motor and ULN2003A driver were used for this project. -Project has been done on a CY8CKIT-042-BLE
- Loading branch information
Showing
218 changed files
with
244,557 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
TrainingProjects/StepperMotor-Test/StepperMotor-Test.cydsn/BUILD.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--------------- Build Started: 09/28/2020 10:04:22 Project: StepperMotor-Test, Configuration: ARM GCC 5.4-2016-q2-update Debug --------------- | ||
The code generation step is up to date. | ||
arm-none-eabi-gcc.exe -mcpu=cortex-m0 -mthumb -I. -IGenerated_Source\PSoC4 -Wa,-alh=.\CortexM0\ARM_GCC_541\Debug/main.lst -g -D DEBUG -D CY_CORE_ID=0 -Wall -ffunction-sections -ffat-lto-objects -Og -c main.c -o .\CortexM0\ARM_GCC_541\Debug\main.o | ||
arm-none-eabi-ar.exe -rs .\CortexM0\ARM_GCC_541\Debug\StepperMotor-Test.a .\CortexM0\ARM_GCC_541\Debug\motorPin1.o .\CortexM0\ARM_GCC_541\Debug\motorPin1_PM.o .\CortexM0\ARM_GCC_541\Debug\motorPin2.o .\CortexM0\ARM_GCC_541\Debug\motorPin2_PM.o .\CortexM0\ARM_GCC_541\Debug\motorPin3.o .\CortexM0\ARM_GCC_541\Debug\motorPin3_PM.o .\CortexM0\ARM_GCC_541\Debug\motorPin4.o .\CortexM0\ARM_GCC_541\Debug\motorPin4_PM.o .\CortexM0\ARM_GCC_541\Debug\cy_em_eeprom.o .\CortexM0\ARM_GCC_541\Debug\CyFlash.o .\CortexM0\ARM_GCC_541\Debug\CyLib.o .\CortexM0\ARM_GCC_541\Debug\cyPm.o .\CortexM0\ARM_GCC_541\Debug\cyutils.o .\CortexM0\ARM_GCC_541\Debug\CyLFClk.o .\CortexM0\ARM_GCC_541\Debug\CyBootAsmGnu.o | ||
arm-none-eabi-ar.exe: creating .\CortexM0\ARM_GCC_541\Debug\StepperMotor-Test.a | ||
arm-none-eabi-gcc.exe -Wl,--start-group -o "D:\Users\jagumiel\Documents\PSoC Creator\PSoC-101\PSoC-101\TrainingProjects\Workspace01\StepperMotor-Test.cydsn\CortexM0\ARM_GCC_541\Debug\StepperMotor-Test.elf" .\CortexM0\ARM_GCC_541\Debug\main.o .\CortexM0\ARM_GCC_541\Debug\cyfitter_cfg.o .\CortexM0\ARM_GCC_541\Debug\cymetadata.o .\CortexM0\ARM_GCC_541\Debug\Cm0Start.o .\CortexM0\ARM_GCC_541\Debug\StepperMotor-Test.a -mcpu=cortex-m0 -mthumb -L Generated_Source\PSoC4 -Wl,-Map,.\CortexM0\ARM_GCC_541\Debug/StepperMotor-Test.map -T Generated_Source\PSoC4\cm0gcc.ld -specs=nano.specs -Wl,--gc-sections -g -ffunction-sections -Og -ffat-lto-objects -Wl,--end-group | ||
cyelftool.exe -C "D:\Users\jagumiel\Documents\PSoC Creator\PSoC-101\PSoC-101\TrainingProjects\Workspace01\StepperMotor-Test.cydsn\CortexM0\ARM_GCC_541\Debug\StepperMotor-Test.elf" --flash_row_size 128 --flash_size 131072 --flash_offset 0x00000000 | ||
No ELF section .cychecksum found, creating one | ||
Application checksum calculated and stored in ELF section .cychecksum | ||
Checksum calculated and stored in ELF section .cymeta | ||
cyelftool.exe -S "D:\Users\jagumiel\Documents\PSoC Creator\PSoC-101\PSoC-101\TrainingProjects\Workspace01\StepperMotor-Test.cydsn\CortexM0\ARM_GCC_541\Debug\StepperMotor-Test.elf" | ||
Flash used: 2232 of 131072 bytes (1,7 %). | ||
SRAM used: 2584 of 16384 bytes (15,8 %). Stack: 2048 bytes. Heap: 128 bytes. | ||
--------------- Build Succeeded: 09/28/2020 10:04:27 --------------- |
8 changes: 8 additions & 0 deletions
8
...st/StepperMotor-Test.cydsn/CortexM0/ARM_GCC_541/Debug/.deps/SOURCE_ASM__ARM_GCC_GENERIC.P
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/CortexM0/ARM_GCC_541/Debug/CyBootAsmGnu.o : D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/CyBootAsmGnu.s D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cydevicegnu_trm.inc D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cyfittergnu.inc | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/CyBootAsmGnu.s : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cydevicegnu_trm.inc : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cyfittergnu.inc : | ||
|
54 changes: 54 additions & 0 deletions
54
...Test/StepperMotor-Test.cydsn/CortexM0/ARM_GCC_541/Debug/.deps/SOURCE_C__ARM_GCC_GENERIC.P
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/CortexM0/ARM_GCC_541/Debug/main.o : D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/CyFlash.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/CyLFClk.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/CyLib.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cmsis_armcc.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cmsis_compiler.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cmsis_gcc.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/core_cm0.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/core_cm0_psoc4.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cyPm.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cy_em_eeprom.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cydevice_trm.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cydisabledsheets.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cyfitter.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cyfitter_cfg.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cypins.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cytypes.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/motorPin1.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/motorPin1_aliases.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/motorPin2.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/motorPin2_aliases.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/motorPin3.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/motorPin3_aliases.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/motorPin4.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/motorPin4_aliases.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/project.h D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/main.c | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/CyFlash.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/CyLFClk.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/CyLib.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cmsis_armcc.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cmsis_compiler.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cmsis_gcc.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/core_cm0.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/core_cm0_psoc4.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cyPm.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cy_em_eeprom.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cydevice_trm.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cydisabledsheets.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cyfitter.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cyfitter_cfg.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cypins.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/cytypes.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/motorPin1.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/motorPin1_aliases.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/motorPin2.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/motorPin2_aliases.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/motorPin3.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/motorPin3_aliases.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/motorPin4.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/motorPin4_aliases.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/Generated_Source/PSoC4/project.h : | ||
|
||
D:/Users/jagumiel/Documents/PSoC\ Creator/PSoC-101/PSoC-101/TrainingProjects/Workspace01/StepperMotor-Test.cydsn/main.c : | ||
|
Oops, something went wrong.