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.

srio的PLL无法锁定



请问下TI的工程师

我使用的是C6678芯片,板子是自己做的,两块中有一块可以正常工作,一块SRIO的代码无法正常运行,

使用的是TI提供的例子,每次在进行到

static inline void Wait_SRIO_PLL_Lock()
{
while ((gpBootCfgRegs->STS_SRIO & 0x00000001) != 0x00000001);
}

时就停住了,我们测过SRIO的时钟是正常的312.5M,

DSP也换过,但是就是无法正常工作,请问有没有遇到这样的问题?