Hello,
I am currently trying to make the I2S audio output of the teensy work with a CS4344
Its data input are:
* SDIN
* SCLK
* LRCK
* MCLK
And while not strictly using the same naming as the teensy, using the datasheet informations I gathered:
* SDIN --> Serial Audio Data Input ie TX (Pin 22)
* LRCK --> Left Right Clock, can be 44.1khz, (Pin 23)
* MCLK --> Master Clock, can be 256x LRCK ie 11.2896MHZ, (Pin 11)
* SCLK --> External Serial Clock Input , can be 32x LRCK, ie 1.41MHZ, is BCLK (Pin 9)
For the rest, I pretty much followed the datasheet implementation.

Still no sound.. Testing with the "Part 1-2: Test Hardware" sketch of the library.
Is there something I am missing?
I am currently trying to make the I2S audio output of the teensy work with a CS4344
Its data input are:
* SDIN
* SCLK
* LRCK
* MCLK
And while not strictly using the same naming as the teensy, using the datasheet informations I gathered:
* SDIN --> Serial Audio Data Input ie TX (Pin 22)
* LRCK --> Left Right Clock, can be 44.1khz, (Pin 23)
* MCLK --> Master Clock, can be 256x LRCK ie 11.2896MHZ, (Pin 11)
* SCLK --> External Serial Clock Input , can be 32x LRCK, ie 1.41MHZ, is BCLK (Pin 9)
For the rest, I pretty much followed the datasheet implementation.

Still no sound.. Testing with the "Part 1-2: Test Hardware" sketch of the library.
Is there something I am missing?