mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 06:24:03 -06:00
docs: Add performance results for SAMD51
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
8cd83b4c2d
commit
c3e889a67c
2 changed files with 21 additions and 2 deletions
|
@ -137,11 +137,12 @@ represent total number of steps per second on the micro-controller.
|
|||
| SAM4S8C ARM | 455K | 455K |
|
||||
| Smoothieboard (ARM LPC1768) | 487K | 487K |
|
||||
| Smoothieboard (ARM LPC1769) | 584K | 584K |
|
||||
| SAMD51 ARM | 630K | 630K |
|
||||
| SAM4E8E ARM | 638K | 638K |
|
||||
| Beaglebone PRU | 680K | 680K |
|
||||
|
||||
On AVR platforms, the highest achievable step rate is with just one
|
||||
stepper stepping. On the STM32F103, Arduino Zero, and Due, the highest
|
||||
step rate is with two simultaneous steppers stepping. On the PRU,
|
||||
SAM4S8C, SAM4E8E, and LPC176x the highest step rate is with three
|
||||
simultaneous steppers.
|
||||
SAMD51, SAM4S8C, SAM4E8E, and LPC176x the highest step rate is with
|
||||
three simultaneous steppers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue