I have the ADRV9009 eval board and our own RF module working with the internal LO synthesizer. However, I've run into a problem with enabling the external LO. Is it correct that all I need to do is change one line in the talise_config.c?
.rfPllUseExternalLo = 1, /* 1= Use external LO for RF PLL, 0 = use internal LO generation for RF PLL */
After doing changing the above line, the TALISE_RadioOn() function returns an error code = 6. The radio cannot be turned on. Can you tell me what step I'm missing or doing wrong?
Thank you,
CYoung