Tool/software:
I am using MCU_RTI0 as my program Watchdog, have initialized the WKUP ESM0 with below configuration and callback.
Sometimes I can see the esm event fired and trigger the callback successfully, but most of the time it's not after RTI0 timeout, there's not callback triggered by verifying on a counter value.
I do not see this behavior in MCU+ SDK examples, only happen in my own environment.
Any idea how can I proceed with the checking, i have use the same compiler, compiler option, linker that similar with example code.