Hi Mehta,
Please check your COPC register, do you disable the watchdog in your code?

All of the bits in COPC register can be written only once after a reset.
So, if you disable the watchdog after reset, then it won't work.
Please check your COPC register at first, if you disable the watchdog, please comment:
SIM->COPC = (uint32_t)0x00u;
The watchdog in KL16 and KL26 is the same.
I think it still the code's problem.
Have a great day,
Kerry
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------