HI,
In S32K146 MIcrocontroller, WDOG timer module:
How to calculate the timeout value to be loaded in the register for 500milli sec
Is this calculation holds good?
Timeout_count = Time_in_ms * (10^(-3)) * (Clock in Hz/ Prescalar value)
For Timeout period of 500milli sec I have loaded 250 in the register with prescalar as true and LPO clock configuration.
But I am not geeting 500 ms completelly its resetting at 480ms only
I have used OS and in each 1ms task I am testing it
Please support