I2S Clock Source

Status
Not open for further replies.
Hello,

I am trying to find a good clock source for I2S. This includes master, bit, and LR clock. I would like to have:

LRCK: 48kHz
Bit Clock: 3.072MHz
Master Clock:12.288 or 24.5760MHz

I was going to use a texas instruments DIR9001 and use external mode but the clock only offers:
LRCK: 96kHz
Bit Clock: 6.144Mhz
Master Clock: 24.5760Mhz

I was thinking of using some flip flops to make a divide by 2 frequency divider but I do not have enough board reality in order to get my student discount. Anyone have any ideas for a novice? Thanks! :up:
 
My usual "recipe" is two cascaded 74xx163 synchronous counters. This will give you low delay /2 to /256 outputs.

/256 is your frame sync and /8 or /4 is your bit clock for respective 16 and 32 bit frame sizes.

Clock the counter with a 12.288MHz clock source.
 
Status
Not open for further replies.