Hi,
Prior to incorporating the design into a pcb i interpreted the datasheet to allow a base clock in (fclkin) while not enabling either CLKin divider ratio nor the iCLK divider ratio.
My thinking was that by leaving those bits to 000 for both i would in effect maintain the base clock (fclkin) through the dividers such that fclkin=fiCLK=fmod=4Mhz.
What i have found is that the resulting fdata rate from this configuration results in 1/4th what one would expect with a 4Mhz fmod clock.
It seems that even the registers allow a 000 3 bit divisor configuration, which i thought would allow for a divide by 1 situation..it actually divides by 2 through each 3 bit divisor.
Experiment Example :
fclkin=4Mhz. set CLK1 register=0x00 set CLK2 register=0x0f (in my interpretation both dividers were set to 1) ....resulting fdata=31250Hz.
same settings
fclkin=16Mhz fdata=125000Hz as data sheet indicates.
Is there any reserved undocumented trick that would allow me to set the divisors both to 1 and maintain my 4Mhz input clock?
thanks