Content originally posted in LPCWare by NXPARM on Mon Jun 09 19:03:17 MST 2014
Quote: arw
Hello,
This is related to the minimum value of TC, being 0xFF. A valid setting of the warning interrupt should be greater than the minimum value of the TC. Use values above 0xFF for the warning interrupt level.
i have one more question, when applys WWDT during power down mode, which uses WWDT warn interrupt to wakeup the MCU. In this condition, i fed the WWDT after MCU wakeuped immediate, the MCU will instantly reseted, but if i add a delay about 1ms then the feeding won't has any problem. this situation will only happen when protect bit in MOD(bit 4) is setted.
As for WWDT the TC, it is used to load the value to the WWDT timer when feed sequence is happened. this mean the TC is definitely not the same conception of WDT timer. So i really doubt what the user manual indicated that the protect bit is only used to protect the TC from being unwanted changed. but my application has never changed TC except initialisation. Why the protect has so much effect with WWDT.