Hi All,
I am trying to decide whether to use PLL slip detection which results in a reset, or a bypass.
Is there a status indication, or interrupt request which can be polled / handled when a PLL bypass happens?
thanks,
Phil
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.
Hi All,
I am trying to decide whether to use PLL slip detection which results in a reset, or a bypass.
Is there a status indication, or interrupt request which can be polled / handled when a PLL bypass happens?
thanks,
Phil
Phil,
You can configure the PLL control 1 register (0xffffff70) to make PLL slip to generate a reset or be bypassed. If you choose to generate a reset, The system exception status register (0xffffffe4) will show you the source of reset. PLL slip will set the failure status bits in the the global status register (0xffffffec). You can always check this register to see if there is a PLL slip. PLL slip will not generate any other interrupt.
Thanks and regards,
Zhaohong
Phil,
A minor correction to what Zhaohong stated: the PLL slip indication is also routed to the Error Signaling Module's group1 channel 10. You can choose to generate an interrupt based on this input to the ESM by configuring the ESM group1 interrupt enable register.
Regards, Sunil