Some questions for programming


Results 1 to 5 of 5

Threaded View

  1. #2
    Join Date
    Apr 2005
    Posts
    96


    Did you find this post helpful? Yes | No

    Default

    This may not answer your question, but something to watch out for on the 12F675.

    Make sure you do not try to use the MCLR pin as an input and use the Internal Oscilator at the same time This does not work for some reason and can make chips useless.

    I have the mclr pin through a diode and then a 10K to 5v with no problems. I have the MCLR set to be used as a reset pin (not input) and the INTOSC on.

    To try to answer your other questions:

    1) the WDT is good to use...if your program locks up for a random reason the WDT will reset the microchip after a period of inactivity. If you are having erratic results with your code you may want to turn the WDT config fuse off while you troubleshoot to make sure the WDT is not causing an issue.

    2)See number above, but to expand I would just always setup the MCLR pin as a reset pin with a 10k and a diode to be safe

    3) If you don't want to use the power on timer, just make sure you set the config fuse to OFF
    Last edited by modifyit; - 26th June 2006 at 04:48.

Similar Threads

  1. Two quick (and elementary) questions.
    By scorpion990 in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 26th June 2008, 23:03
  2. A few 12F683 questions
    By dhouston in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 24th May 2008, 03:54
  3. Usart Questions
    By shawn in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 8th March 2008, 01:17
  4. Still new to PicBasic - i2c questions
    By cometboy in forum mel PIC BASIC
    Replies: 4
    Last Post: - 13th November 2006, 18:27
  5. Hi Everyone! Some newbie questions :-)
    By guest_05 in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 28th October 2006, 22:24

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