Part Number: TMS320C5515
Other Parts Discussed in Thread: TLV320AIC3204
To change the sampling frequency of Codex AIC3204, TI predefined function is used -
void AIC3204_config(Uint8 Sampling_freq)
{
...
...
/*PLL and Clock configurationa and power Up*/
...
...
AIC3202_reset(5, sampling_freq); //PLL settong: Power up PLL, p=1 and R=1
....
...
}
i have equivalent number number for some frequency, which are -
for 24 KHz = 0xA1
for 48 KHz = 0x91
Q1) For setting 192 KHz what hex number to be put.
Q2) Where i can find equivalent hex number to any sampling frequency.