I am currently working on configuring the Clock Monitoring Unit (CMU_FC and CMU_FM) and have successfully enabled CMU_FC in RTD, including clock failure notifications.
I have a few questions regarding testing and configuration:
1. Testing Clock Monitoring: I would like to manually test the clock monitoring functionality by directly writing to registers, without using the SAF or SPD packages. Could you please specify which registers can be modified to simulate a clock error?
2. CMU Interrupt Mapping: While configuring interrupts in the Platform module, I see CMU_0, CMU_1, and CMU_2 interrupts available. The reference manual does not clearly map these to CMU0_IRQn, CMU1_IRQn, and CMU2_IRQn. Could you provide this mapping?
3. Interrupt Handler Trigger: The static file contains only one interrupt handler: Mcu_Cmu_ClockFail_IRQHandler. Under what conditions will this specific handler be triggered?
4. CMU_FC and CMU_FM Handler Configuration: I am unable to find clear information in the reference manual regarding which CMU interrupt handler should be configured for the CMU_FC and CMU_FM units. Could you clarify this point?
Thank you for your assistance...............