You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drivers: mspi_sqspi: Use TX direction when there is no data to transfer
Set by default the `dir` field in the `nrfx_qspi2_xfer_t` structure
to `NRFX_QSPI2_XFER_DIR_TX` so that for transfers with no data the TX
direction is used. Leaving this field initialized to 0, what means
`NRFX_QSPI2_XFER_DIR_TXRX`, may cause problems with sQSPI v0.1.0 -
an extra pulse on the CS line may appear for SCK frequencies > 8MHz
and this can disturb further communication.
Signed-off-by: Andrzej Głąbek <[email protected]>
0 commit comments