Skip to content

Commit

Permalink
rtos: io_drivers: add loopback mode description
Browse files Browse the repository at this point in the history
This commit adds a description of using SSP devices in loopback mode

Signed-off-by: Marcin Szkudlinski <marcin.szkudlinski@intel.com>
  • Loading branch information
marcinszkudlinski committed Mar 14, 2024
1 parent 3c8c515 commit 0467d3f
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,16 @@ stream with already running ones.

"Single" I2S links may be synchronized and aggregated by sending I2sSyncData to
the I2S IO Driver.

Loopback mode
======================================

I2S transmitter and receiver share data pins at IP level - the Tx pin of the transmitter
is connected to the Rx pin of the receiver. This may be used for easy creation of digital
loopbacks (LBM, loopback mode) - the receiver always does see what the sender is sending.

Please note that
- all the parameters of transmitter and receiver, like number of channels, data rates
and format, must match each other
- the lines are connected internally, so LBM mode may be used even if the I2S pins are not
physically available

0 comments on commit 0467d3f

Please sign in to comment.