1

I'm implementing a WM8804 S/PDIF transmitter in a project I'm working on. The datasheet states that clocks from 10MHz - 27MHz are supported.

What crystal oscillator frequency should I look for in order to support 44.1kHz I2S output given a an input of 44.1kHz S/PDIF?

Edit:

It looks like 12MHz would work fine, given the info below:

enter image description here

Is this correct?

t3ddftw
  • 505
  • 3
  • 13

1 Answers1

4

12 MHz is the default and only one that works in hardware mode so the PLL settings do not need to be altered.

Justme
  • 127,425
  • 3
  • 97
  • 261