Other Parts Discussed in Thread: HALCOGEN
Tool/software:
Hello,
I am encountering an issue with the PLL1 slip detection mechanism on my project.
I want to force PLL1 slip using checkPLL1Slip(void) function.
I have observed that the checkPLL1Slip function is clearing the ESM flag in the ESM status register (SR1)
which is preventing the esmLowInterrupt from triggering the esmGroup1Notification function as expected.
I think a configured everything well in HALCoGen.



Could anyone provide guidance on:
- Why the
checkPLL1Slipfunction might be clearing the ESM flag and preventing theesmGroup1Notificationfrom being called? - How can I modify the flow so that the ESM flag is not cleared prematurely, allowing the proper interrupt notification to be triggered?
Any suggestions or insights would be greatly appreciated.
Thank you!
