Part Number: TMS570LC4357-EP
Hello, We have been working with the TMS570LC4357-EP chipset.
To minimze impact of setting PLL, we applied advisory spna233b (SSWF021 #45) as linked here:
Hercules PLL Advisory SSWF021#45 Workaround (Rev. B)
We found that there is an error in the errata:
In function _errata_SSWF021_45_both_plls , the line:
failCode = disable_plls(SYS_CLKSRC_PLL1 | SYS_CLKSRC_PLL2)
Will overwrite the failCode set by the for loop. We have tried setting:
failCode |= disable_plls(SYS_CLKSRC_PLL1 | SYS_CLKSRC_PLL2)
to conserve the failCode, but this results in a failCode = 3 and appears to force PORST to 1












