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.

TMS570LC4357: code workarround errata PLL(spna233a) : when disabling the PLL, why 16 times check before declaring it invalide

Part Number: TMS570LC4357

In the code workarround errata PLL(spna233a) : when disabling the PLL, If after checking 16 times, the PLL is still not disabled, the PLL is considered invalid. Where the 16 value come from?

Thanks and Regards

Amira

  • Hello amira,
    The number of retries are not specified but TI recommends a minimum of five attempts!
    The number of retries is input parameter to errata functions. This parameter determines the maximum number of PLL lock attempts to try before exiting with an error. If a count of zero is given, the routine continues to attempt a proper PLL lock until successful.

    Best regards,
    Miro