Hi Marek,
are you using EB Tresos MCU plugin?
The MCU plugin supports now only CMU_FC, so there is only this notification:
RadoslavB_0-1744803787275.png
For CMU_FM interrupt handlers you can register them via Platform plugin like this:
RadoslavB_1-1744805017735.png
This is not very well documented in RM Interrupt Map XLS either:
RadoslavB_2-1744805259888.png
CMU_0 is CMU_FC_0
CMU_1 is CMU_FM_1
CMU_2 is CMU_FM_2
So please register the CMU_FM handlers and do the interrupt redirecting to sCheck handler like for example (snippet from SAF Demo example, see the example for more details if needed):
RadoslavB_3-1744805424823.png
Kind Regards,
Radoslav