Skip to main content
gianvin
Associate
October 14, 2005
Question

OPTION byte AND TIMER SETTING

  • October 14, 2005
  • 2 replies
  • 750 views
Posted on October 14, 2005 at 08:59

OPTION byte AND TIMER SETTING

This topic has been closed for replies.

2 replies

gianvin
gianvinAuthor
Associate
October 4, 2005
Posted on October 04, 2005 at 17:42

Hello

if I program TIMER as OUTPUT MODE TOUT= 1

and DOUT =1 or DOUT = 0

should I program in the OPTION BYTE the TIM PULL bit as

0 (disabled)?

If I program as TIMER PULL UP =1 enabled what happen?

Destroy the device?

Increase the power consumption?

Thanks

Ghip

vikas2
Visitor II
October 14, 2005
Posted on October 14, 2005 at 08:59

It will not cause any damage to the device but is not recommneded as pull up feature is for input mode(Tout = 0)

When Tout = 1 , the pull up is disabled even if the option is enabled.