Problem with 16F877A but not with 16F876A


Results 1 to 11 of 11

Threaded View

  1. #1
    Join Date
    Jun 2006
    Location
    Greece
    Posts
    302

    Default Problem with 16F877A but not with 16F876A

    I have use the 16f876a for a frequency meter (base on AN592), and works fine.
    Yesterday i test the same programm with 16f877a but not work and i don't why.

    My configuration is:
    ' PIC16F877A
    ' Xtal 4MHZ

    CMCON = 7 ' PortA = digital I/O
    ADCON0 = %11100001
    ADCON1 = %10000000
    TRISA = %11111111

    The same configuration work with 16F876A.
    Attached Images Attached Images  

Similar Threads

  1. Problem displaying data from GPS module & using 16f877a
    By financecatalyst in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 15th April 2010, 10:27
  2. 16F876A Bootloader Problem
    By Ashleyr01 in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 15th April 2009, 18:21
  3. 16F877A problem: "coupled" digital values
    By Lupo83 in forum General
    Replies: 16
    Last Post: - 4th December 2007, 12:46
  4. 16F877A serin problem with baud rate 19200
    By leemin in forum Serial
    Replies: 1
    Last Post: - 31st July 2005, 09:45
  5. Replies: 11
    Last Post: - 13th July 2005, 19:26

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