You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
*[1. PWMs_Array_Complex on NUCLEO_F767ZI](#1-PWMs_Array_Complex-on-NUCLEO_F767ZI)
43
44
*[2. PWMs_Array_Complex on NUCLEO_H743ZI2](#2-PWMs_Array_Complex-on-NUCLEO_H743ZI2)
@@ -132,7 +133,7 @@ Functions using normal software-based PWM, relying on loop() and calling millis(
132
133
## Prerequisites
133
134
134
135
1.[`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [](https://github.com/arduino/Arduino/releases/latest)
135
-
2.[`Arduino Core for STM32 v2.3.0+`](https://github.com/stm32duino/Arduino_Core_STM32) for STM32F/L/H/G/WB/MP1 boards. [](https://github.com/stm32duino/Arduino_Core_STM32/releases/latest)
136
+
2.[`Arduino Core for STM32 v2.4.0+`](https://github.com/stm32duino/Arduino_Core_STM32) for STM32F/L/H/G/WB/MP1 boards. [](https://github.com/stm32duino/Arduino_Core_STM32/releases/latest)
136
137
3. To use with certain example
137
138
-[`SimpleTimer library`](https://github.com/jfturcot/SimpleTimer) for [ISR_16_Timers_Array example](examples/ISR_16_Timers_Array).
@@ -952,6 +953,27 @@ SimpleTimer (ms): 2000, us : 52974007, Dus : 10001000
952
953
PWM Channel : 0, programmed Period (us): 50000, actual : 49999, programmed DutyCycle : 20, actual : 20.00
953
954
PWM Channel : 1, programmed Period (us): 20000, actual : 20000, programmed DutyCycle : 30, actual : 30.00
954
955
PWM Channel : 2, programmed Period (us): 2000, actual : 2000, programmed DutyCycle : 50, actual : 50.00
956
+
```
957
+
---
958
+
959
+
### 5. PWM_StepperControl on NUCLEO_F767ZI
960
+
961
+
The following is the sample terminal output when running example [PWM_StepperControl](examples/PWM_StepperControl) on **NUCLEO_F767ZI** to demonstrate how to control Stepper Motor using PWM
@@ -996,6 +1018,7 @@ Submit issues to: [STM32_PWM issues](https://github.com/khoih-prog/STM32_PWM/iss
996
1018
997
1019
1. Basic hardware-based multi-channel PWM for **STM32F/L/H/G/WB/MP1 boards**.
998
1020
2. Add Table of Contents
1021
+
3. Add example [PWM_StepperControl](https://github.com/khoih-prog/STM32_PWM/tree/main/examples/PWM_StepperControl) to demo how to control Stepper Motor using PWM
999
1022
1000
1023
---
1001
1024
---
@@ -1004,12 +1027,22 @@ Submit issues to: [STM32_PWM issues](https://github.com/khoih-prog/STM32_PWM/iss
1004
1027
1005
1028
Many thanks for everyone for bug reporting, new feature suggesting, testing and contributing to the development of this library.
1006
1029
1030
+
1. Thanks to [Paul van Dinther](https://github.com/dinther) for proposing new way to use PWM to drive Stepper-Motor in [Using PWM to step a stepper driver #16](https://github.com/khoih-prog/RP2040_PWM/issues/16), leading to v2.0.3
1031
+
1032
+
1033
+
<table>
1034
+
<tr>
1035
+
<td align="center"><a href="https://github.com/dinther"><img src="https://github.com/dinther.png" width="100px;" alt="dinther"/><br /><sub><b>Paul van Dinther</b></sub></a><br /></td>
0 commit comments