here is a problem, I try to use the LT timer (ST7FLITE09) . Everything is OK if the Watchdog is switched off, but with the WDG enabled (and cyclically resetting it in the main loop) the following occurs: - every 33ms there was a missing LTtimer interrupt - by switching off the WDG the problem was gone - switching on the ARTimer changes the extint, that it looks like low level Does this controller not work with this conditions? Thanks, Metabo_ms
The problem is when you are refreshing the watchdog by setting the WDGD bit (i.e delay the watchdog reset) , you are clearing the TBIE interrupt enable bit. Use the instruction LTCSR = 0x13 to refresh the watchdog timer.