Re: Pic10F202 Master clear will not turn off.
Code:
;----- CONFIG Options --------------------------------------------------
_OSC_IntRC EQU H'0FFF' ; This is the only option. It is here for backward compatibility
_IntRC_OSC EQU H'0FFF' ; This is the only option. It is here for backward compatibility
_WDTE_OFF EQU H'0FFB' ; WDT disabled
_WDT_OFF EQU H'0FFB' ; WDT disabled
_WDTE_ON EQU H'0FFF' ; WDT enabled
_WDT_ON EQU H'0FFF' ; WDT enabled
_CP_ON EQU H'0FF7' ; Code protection on
_CP_OFF EQU H'0FFF' ; Code protection off
_MCLRE_OFF EQU H'0FEF' ; GP3/MCLR pin fuction is digital I/O, MCLR internally tied to VDD
_MCLRE_ON EQU H'0FFF' ; GP3/MCLR pin function is MCLR
This is from this chips file in MPASM P10F202.inc
Ok this is found on pp35 of the data sheet
Last edited by Archangel; - 10th March 2015 at 04:09.
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
Bookmarks