Pic10F202 Master clear will not turn off.


Closed Thread
Results 1 to 23 of 23

Hybrid View

  1. #1
    Join Date
    Jan 2013
    Location
    Texas USA
    Posts
    229


    Did you find this post helpful? Yes | No

    Default Re: Pic10F202 Master clear will not turn off.

    Have you looked into a 12Fseries instead of using the 10F202?

    Quite a bit of functionality added for just a few cents difference.
    Something like the 12F1571?

    12F1571-I/P (8pin Dip) .64 cents per unit Qty 1-25
    1KWord Flash, 128Bytes RAM, (6) I/O Ports, (2/4) 8-Bit/16-Bit Timers, (1) Comparator, (3) 16-Bit PWM, (4) 10-Bit ADC ch

    10F202-I/P (8pin Dip) .57 cents per unit Qty 1-25
    512W Flash, 24Bytes Ram, (4) I/O Ports, (1) 8-Bit timer
    Regards,
    TABSoft

  2. #2
    Join Date
    Mar 2003
    Location
    Commerce Michigan USA
    Posts
    1,166


    Did you find this post helpful? Yes | No

    Default Re: Pic10F202 Master clear will not turn off.

    Elusiveinc,
    This is what I use for a program to operate a third tail light. It uses a 10F222.
    asm
    __CONFIG _MCLRE_OFF & _CP_OFF & _WDT_OFF & _IOFSCS_4MHZ
    movwf OSCCAL ; load factory osccal value at start-up
    bcf OSCCAL,0 ; Set GP2 as I/O pin
    ENDASM
    Dave Purola,
    N8NTA
    EN82fn

Similar Threads

  1. Replies: 2
    Last Post: - 24th February 2011, 01:35
  2. turn-off lcd and turn-on again
    By mehmetOzdemir in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 5th September 2009, 12:57
  3. GP3 Funtion on PIC10f202
    By kessral in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 10th March 2009, 19:49
  4. Does CLEAR Command clear return adrress of a subroutine?
    By sayzer in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 19th February 2008, 16:25
  5. PIC10F202 Variable trouble
    By George in forum mel PIC BASIC Pro
    Replies: 22
    Last Post: - 13th October 2006, 02:14

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts