My design consists of several DRV8823-Q1 chips driven by QSPI over more than one command event.
There could be 16 (or more) chips which all get an update command, but I'd like them to latch their update at the same instant and SSTB looks like a good candidate for that.
The data sheet shows some conflicting pieces of information:
- Active low resets serial interface and disables outputs
- keeping it high will latch the command after the 16th clock cycle
- This data is latched into the motor driver on the rising edge of the SSTB pin
I think the document should use "off" and "on" so it's independent of whether the input is inverting or not.
In the mean time, can I get multiple DRV8823-Q1's to latch their updates simultaneously using SSTB?
I certainly don't want to disable the outputs or reset the serial interface!