Skip to main content
luter
Associate III
May 9, 2005
Question

error in ST7 software library version 2.1

  • May 9, 2005
  • 3 replies
  • 713 views
Posted on May 09, 2005 at 12:18

error in ST7 software library version 2.1

This topic has been closed for replies.

3 replies

luter
luterAuthor
Associate III
May 2, 2005
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
Visitor II
May 9, 2005
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
luterAuthor
Associate III
May 9, 2005
Posted on May 09, 2005 at 12:18

you r right, thanx for answer