12f609


Closed Thread
Results 1 to 6 of 6

Thread: 12f609

Hybrid View

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


    Did you find this post helpful? Yes | No

    Default

    Analog pins ...
    Code:
    ANSEL = 0
    DT

  2. #2
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default

    Insert DEFINE OSC 8 when using IOSCFS_8MHZ
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

  3. #3


    Did you find this post helpful? Yes | No

    Wink nailed it

    Bruce nailed it. The ANSEL is superceded by the TRISIO according to the datasheet on all outputs, except for inputs where ANSEL is needed. I guess PBP was having timing issues since the define osc 8 was not declared.

    Shouldn't that result in an error though? I can't see where you would want to let the compiler have opposing declarations.

    Thanks guys!!!!

    Nick

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