Hi Team,
A customer is looking for SPI communication protocol, register description or programming instructions of DRV8804.
Regards,
Danilo
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Team,
A customer is looking for SPI communication protocol, register description or programming instructions of DRV8804.
Regards,
Danilo
Danilo,
1. SDATIN signal controls the OUTx pin's output. SDATIN Data (expected OUTx high or low value.) is shifted into a temporary holding shift register (LATCH pin doesn't allow the data passing to OUTx) in the part using the SDATIN pin, one bit at each rising edge of the SCLK pin. For example: if they want OUT1 high, OUT2 low; OUT3 high; OUT4 low. They just send SDATIN low high low high signal.
2. After SDATIN data is sent out, a rising edge on the LATCH pin latches the data from the temporary shift register into the output stage.