-
Bug
-
Resolution: Fixed
-
Medium
-
PDK
-
PDK-12888
-
PROCESSOR_SDK_08.06.00
-
PROCESSOR_SDK_09.00.00
-
Issue Description:
In the API Board_PLLInitMain & Board_PLLInitMcu, the return status of Board_PLLInit API is getting overwritten. Due to this, it is not possible to know which PLL initialization failedĀ
Resolution Description:
Updated Board_PLLInitMain() & Board_PLLInitMcu() functions to keep track of all the PLL config status and return it while exiting the function.