When I was using MCAL to configure the MCU clock, calling the Mcu_GetPLlStatus () function did not return the PLL_LOCKED signal. I found that the register was not set correctly in this MCU_initClock() function, only PLLEN was set to 1, but PLLSEL and PLLVLD were not set, resulting in the inability to achieve PLL locking.
The MCAL version I am using is SW32K1_S32M24xRTD_R21-11_2.0.0uP04, EB version 29.0.0. I would like to know how to solve this problem, whether it is caused by my configuration or other issues?(At the same time, I would like to know the meaning of the P04 suffix in SW32K1_S32M24xRtD_R21-11_2.0.0uP04).
Thanks for help!