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?