Home
last modified time | relevance | path

Searched full:stallguard (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/dts/bindings/stepper/adi/
Dadi,trinamic-stallguard.yaml4 description: Stallguard bindings for Trinamic stepper controller.
23 stallguard-threshold-velocity:
30 stallguard-velocity-check-interval-ms:
34 Stallguard should not be enabled during motor spin-up.
36 stallguard-threshold-velocity before enabling stallguard.
Dadi,tmc5041.yaml34 /* ADI TMC stallguard settings specific to TMC5041 */
36 stallguard-velocity-check-interval-ms=<100>;
38 stallguard-threshold-velocity=<500000>;
112 - name: adi,trinamic-stallguard.yaml
116 - stallguard-threshold-velocity
117 - stallguard-velocity-check-interval-ms
Dadi,trinamic-ramp-generator.yaml110 This is the lower threshold velocity for switching on smart energy CoolStep and StallGuard
116 falls below this threshold. This allows for homing procedures with StallGuard by blanking out
117 the StallGuard signal at low velocities (will not work in combination with StealthChop).
/Zephyr-latest/drivers/stepper/adi_tmc/
Dadi_tmc5041_stepper_controller.c159 LOG_ERR("retrying stallguard activation"); in stallguard_work_handler()
163 LOG_ERR("Failed to enable stallguard because of I/O error"); in stallguard_work_handler()
659 LOG_ERR("Stallguard threshold out of range"); in tmc5041_stepper_init()
673 LOG_ERR("retrying stallguard activation"); in tmc5041_stepper_init()
704 "stallguard threshold velocity must be a positive value"), ()); \