2005-05-09 03:18 AM
error in ST7 software library version 2.1
2005-05-01 09:48 PM
if i undetstood correctly, max value of watchdog timer is 0x7fh
in the file Wdg_hr.h WDG_MAX_VALUE is given as 0x3F2005-05-09 02:40 AM
It is correctly declared in the ST7 Lib. The value 0x3F describes the maximum value for bits[5:0]. The bits[7:6] are always set to one to avoid the immediate reset + enabling the software watchdog.
2005-05-09 03:18 AM
you r right, thanx for answer