PORTC Weak Pull-ups on PIC16F1503


Closed Thread
Results 1 to 13 of 13

Hybrid View

  1. #1
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default Re: PORTC Weak Pull-ups on PIC16F1503

    Except for PORTA.0, you've set all PORTA pins to OUTPUT mode.
    Code:
    TRISA = 1                       ; All PORTA as inputa
    By default at power-up, all pins are in INPUT mode.
    So unless you need to set a pin to output, you don't need to change the TRIS register.
    DT

  2. #2
    Join Date
    Jan 2011
    Location
    Sydney, Australia
    Posts
    172


    Did you find this post helpful? Yes | No

    Default Re: PORTC Weak Pull-ups on PIC16F1503

    Oh Dear.....

    I just want to crawl into a hole and hide form the world...

    Thanks Darrel

Similar Threads

  1. Pull-ups on 16F88
    By Steves in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 14th June 2009, 10:19
  2. Weak pull-ups, WPU, and 12F683
    By RussMartin in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 2nd February 2009, 22:14
  3. HELP on reading the data sheet/weak pull-ups
    By sbobowski in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 7th September 2008, 20:00
  4. PIC18F4550 internal pull-ups
    By Klaus in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 14th April 2008, 22:55
  5. Weak Pull-ups
    By markcadcam in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 12th June 2006, 19:41

Members who have read this thread : 1

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