SLVAF75 August 2021 DRV10987
When exiting from sleep mode, the Speed command mode is analog mode or PWM mode according to EEPROM data and High is applied to the Speed pin. A value of 2 µs is needed to exit from sleep mode and 350 ms is required to drive the motor after exiting from sleep mode. The waveform of exiting from sleep mode shows 342 ms between exiting from sleep mode and running the motor.
P1OUT |= BIT5;// Speed pin High 3.3V
/* input motor speed with I2C speed command mode */
DRV10987Q_Send(DRV10987Q_SpeedCtrl_Reg ,0x8050);