cancel
Showing results for 
Search instead for 
Did you mean: 

error in ST7 software library version 2.1

luter
Associate II
Posted on May 09, 2005 at 12:18

error in ST7 software library version 2.1

3 REPLIES 3
luter
Associate II
Posted on May 02, 2005 at 06:48

if i undetstood correctly, max value of watchdog timer is 0x7fh

in the file Wdg_hr.h WDG_MAX_VALUE is given as 0x3F

jatin
Associate II
Posted on May 09, 2005 at 11:40

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.

luter
Associate II
Posted on May 09, 2005 at 12:18

you r right, thanx for answer