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 d79e561
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,14 @@ 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 internally share data pins - 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.

0 comments on commit d79e561

Please sign in to comment.