Hello,everyone
Recently,I learnt something about AIC33. But I met a problem. I used psp_1_00_02_00,in psp_aic33Codec.c file,some configuration is
case 8000: /* FS = Fref/6 */
PLLB_Value = 0x20;
PLLC_Value = 0x6E;
PLLD_Value = 0x23;
fsRef = FSREF_48000;
sampleRateDiv = 0x0A;
break;
I have seen the tlv320aic33.pdf file,but I don’t know why this PLLD_Value set 0x23.
In tlv320aic33.pdf file, it says that
That is to say,the least 2 bits are always 00,which contradict with 0x23. So why this happens?
Following the tlv320aic33.pdf description,I can not calculate the PLLD = 0x23. How to calculate?
Thank you in advance. I am looking forward to your reply.
Junqing Zhao