|
|
View previous topic :: View next topic |
Author |
Message |
Lawrence Lile Guest
|
16F684 brownout options |
Posted: Mon May 24, 2004 12:56 pm |
|
|
THe brownout options for the 16F684 are:
NOBROWNOUT,BROWNOUT,BROWNOUT_SW,BROWNOUT_NOSL
From the CCS *.h file.
These correspond in some mysterious way to the options on the chip:
bit 9-8 BODEN<1:0>: Brown-out Detect Selection bits(1)
11 = BOD enabled
10 = BOD enabled during operation and disabled in Sleep
01 = BOD controlled by SBODEN bit (PCON<4>)
00 = BOD disabled
I can guess what these correspond to, but does anyone know for sure? |
|
|
Ttelmah Guest
|
Re: 16F684 brownout options |
Posted: Mon May 24, 2004 1:54 pm |
|
|
Lawrence Lile wrote: | THe brownout options for the 16F684 are:
NOBROWNOUT,BROWNOUT,BROWNOUT_SW,BROWNOUT_NOSL
From the CCS *.h file.
These correspond in some mysterious way to the options on the chip:
bit 9-8 BODEN<1:0>: Brown-out Detect Selection bits(1)
11 = BOD enabled
10 = BOD enabled during operation and disabled in Sleep
01 = BOD controlled by SBODEN bit (PCON<4>)
00 = BOD disabled
I can guess what these correspond to, but does anyone know for sure? |
If you have the 'W' version of the compiler, the device editor, shows what masks are used for all fuses.
In this case, NOBROWNOUT = 00, BROWNOUT_SW = 01, BROWNOUT_NOSL = 10, and BROWNOUT = 11.
Best Wishes |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|