PIC12F629 or 8pin


Results 1 to 24 of 24

Threaded View

  1. #3
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    Hi andyf,
    Since V2.03 is certainely not a regular Melabs PIC Basic version, you have off course PICBasic Pro compiler. In this case Melanie's right on that upgrade option.

    Some chips like 12f625,12f675,12f683,16f628,16f877.... have internal analog comparator AND OR analog to digital converter, if you don't turn them off when you don't need them, you will experiment errors.

    It's a common problem for a lot of person and asked offen on every forum and well explain on all compiler's provider but, it seems that often, all these discussion have'nt be read or take in consideration.

    But see those PIC12FXXX tips. I assume that you don't know them.

    turn off analog comparator on PIC12F629

    CMCON = 7

    turn off analog comparator & analog to digital conveter on PIC12F675

    CMCON = 7
    ANSEL = 0

    Once again, you must read everytime each datasheet on each and every PIC you'll use. PIC12F629 is a good and cheap 8 pins PIC. If you don't need any analog stuff, you can also use PIC12C508. In this case you'll need a few UV EEPROM version for experiment, UV eraser, and patience + OTP for the final product.

    It seems that Microchip produce now a FLASH version of PIC12C508 : PIC12F508 but also seems to be not in stock for many parts distributor for now.

    regards
    Last edited by mister_e; - 25th October 2004 at 03:41.

Similar Threads

  1. semaphore pic12f629
    By Leonardo in forum mel PIC BASIC Pro
    Replies: 26
    Last Post: - 7th November 2008, 13:55
  2. pic12f629 EEPROM problem in MPLABSIM
    By nicholastyc in forum General
    Replies: 1
    Last Post: - 16th May 2008, 18:10
  3. Ultrasound with PIC12F629
    By ewandeur in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 28th February 2007, 16:22
  4. Serial Input, PIC12f629
    By kdh0009 in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 9th August 2006, 10:40
  5. PIC12F629, useing all I/O pins
    By Jcee324 in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 7th December 2004, 11:05

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