Datasheet
TMC262 DATASHEET (Rev. 2.14 / 2016-JUL-14) 26
www.trinamic.com
6.11 Device Initialization
The following sequence of SPI commands is an example of enabling the driver and initializing the
chopper:
SPI = $901B4; // Hysteresis mode
or
SPI = $94557; // Constant t
off
mode
SPI = $D001F; // Current setting: $d001F (max. current)
SPI = $EF010; // high gate driver strength, stallGuard read, SDOFF=0
SPI = $00000; // 256 microstep setting
First test of coolStep current control:
SPI = $A8202; // Enable coolStep with minimum current ΒΌ CS
The configuration parameters should be tuned to the motor and application for optimum
performance.