Other Parts Discussed in Thread: CODELOADER
Hello Experts,
My PLL2_DLD is always low when OSCIN = 62.5MHz. Please check my register configuration and help if I miss any thing.
SPI_Write(1, 0x0160, 0x00);
SPI_Write(1, 0x0161, 0x01); //PLL2_R = 1
SPI_Write(1, 0x0162, 0x40); //PLL2_P = 2 , OSCin frequency 0 to 63 MHz
SPI_Write(1, 0x0164, 0x00);
SPI_Write(1, 0x0165, 0x0C); //PLL2_N_CAL = 12
SPI_Write(1, 0x0167, 0x00);
SPI_Write(1, 0x0168, 0x18); //PLL2_N = 24
Thanks,
Rekha