aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-08-31 20:43:56 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-08-31 20:51:26 -0400
commitf00c50a893bacf11e03aeb2f3b0988af726527f1 (patch)
treeede7b34e5505f487132299fe0558f9968cb3c53b
parent7031202e7c2c7f96eb351399f629d718e7733388 (diff)
downloadkutter-f00c50a893bacf11e03aeb2f3b0988af726527f1.tar.gz
kutter-f00c50a893bacf11e03aeb2f3b0988af726527f1.tar.xz
kutter-f00c50a893bacf11e03aeb2f3b0988af726527f1.zip
docs: Add stm32f407 benchmarks to Benchmarks.md document
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--docs/Benchmarks.md19
1 files changed, 12 insertions, 7 deletions
diff --git a/docs/Benchmarks.md b/docs/Benchmarks.md
index b1273583..86497719 100644
--- a/docs/Benchmarks.md
+++ b/docs/Benchmarks.md
@@ -201,9 +201,9 @@ The test was last run on commit `9f3517fd` with gcc version
stepper result is `SET ticks 345`, the best dual stepper result is
`SET ticks 365`, and the best three stepper result is `SET ticks 606`.
-### STM32F446 step rate benchmark ###
+### STM32F4 step rate benchmark ###
-The following configuration sequence is used on the STM32F446:
+The following configuration sequence is used on the STM32F4:
```
allocate_oids count=4
config_stepper oid=0 step_pin=PA5 dir_pin=PB5 min_stop_interval=0 invert_step=0
@@ -213,11 +213,16 @@ config_stepper oid=3 step_pin=PB3 dir_pin=PB8 min_stop_interval=0 invert_step=0
finalize_config crc=0
```
-The test was last run on commit `1487f8a2` with gcc version
-`arm-none-eabi-gcc (Fedora 7.4.0-1.fc30) 7.4.0`. The best single
-stepper result is `SET ticks 757`, the best dual stepper result is
-`SET ticks 761`, the best three stepper result is `SET ticks 757`, and
-the best four stepper result is `SET ticks 767`.
+The test was last run on commit `c380d463` with gcc version
+`arm-none-eabi-gcc (Fedora 7.4.0-1.fc30) 7.4.0`. For the STM32F446 the
+best single stepper result is `SET ticks 757`, the best dual stepper
+result is `SET ticks 761`, the best three stepper result is `SET ticks
+757`, and the best four stepper result is `SET ticks 767`. The
+STM32F407 results were obtained by running an STM32F407 binary on an
+STM32F446 (and thus using a 168Mhz clock) - the best single stepper
+result is `SET ticks 709`, the best dual stepper result is `SET ticks
+714`, the best three stepper result is `SET ticks 709`, and the best
+four stepper result is `SET ticks 729`.
### LPC176x step rate benchmark ###