This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Simulator and AIF2

Hi,

we are trying to run the AIF2 LLD LTE(ti/drv/aif2/test/lte/lte.c) example on the C6670 simulator, but it get stuck at the point where it is waiting for serdes PLL to lock:

while(tempReg == 0){ 

tempReg = CSL_FEXT(hAif2->regs->SD_PLL_B8_STS, AIF2_SD_PLL_B8_STS_B8PLL_LOCK);

}

Does this happen because of PLL is not supported by the simulator, and how can we get this or another AIF2 example working?

kind regards

Ralf