julianfl0w / synth

Example code for the PMODAMP3 with Basys 3
1 stars 0 forks source link

doubt #1

Open HimaniChoudhary opened 8 years ago

HimaniChoudhary commented 8 years ago

please explain me I2S bitstream used in pmodamp3 design...please help!!

hamsternz commented 8 years ago

Hi!

You can send me an email if you like, but here is a brief description.

I2S is a way to send multi-channel audio streams (usually stereo) between devices, usually on the same PCB. It can use either three or four signals.

-SDAT - The serial data stream, as signed samples in MSB-first order.

All the three clock signals must be derived from the same master clock. The only slightly tricky bit, is that SDAT is usually delayed one bit-time with respect to LRCLK.

The datasheet for the part used is at http://www.analog.com/media/en/technical-documentation/data-sheets/SSM2518.pdf

The Analog Device datasheets are very detailed - you will find all the information you need in there. It would take just as many pages to explain to the same level of detail that is in datasheet,