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.

C6713 PLL Initialization

Hi,

I'm using C6713DSP and have a question about Flash Boot Code.
The question is about PLL initialization which is a part of the boot code.

Do I need to add the code which wait for PLLCSR.STABLE bit to be set before PLL initialization?

But I'm thinking that PLLCSR.STABLE bit will be set before CPU starts executing from address0,
so I think the code is unnecessary.Is it right?