PIC16F716 | ||||
---|---|---|---|---|
CONFIG (address:0x2007, mask:0xFFFF) | ||||
FOSC -- Oscillator Selection bits | ||||
FOSC = LP | 0x3FFC | LP oscillator. | ||
FOSC = XT | 0x3FFD | XT oscillator. | ||
FOSC = HS | 0x3FFE | HS oscillator. | ||
FOSC = RC | 0x3FFF | RC oscillator. | ||
WDTE -- Watchdog Timer Enable bit | ||||
WDTE = OFF | 0x3FFB | WDT disabled and can be enabled by SWDTEN bit of the WDTCON register. | ||
WDTE = ON | 0x3FFF | WDT enabled. | ||
PWRTE -- Power-up Timer Enable bit | ||||
PWRTE = ON | 0x3FF7 | PWRT enabled. | ||
PWRTE = OFF | 0x3FFF | PWRT disabled. | ||
BOREN -- Brown-out Reset Enable bit | ||||
BOREN = OFF | 0x3FBF | BOR disabled. | ||
BOREN = ON | 0x3FFF | BOR enabled. | ||
BODENV -- Brown-out Reset Voltage bit | ||||
BODENV = 25 | 0x3F7F | VBOR set to 2.5V. | ||
BODENV = 40 | 0x3FFF | VBOR set to 4.0V. | ||
CP -- Code Protect | ||||
CP = ON | 0x1FFF | Program memory code protection is enabled. | ||
CP = OFF | 0x3FFF | Program memory code protection is disabled. |