16f877a


Closed Thread
Results 1 to 16 of 16

Thread: 16f877a

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Posts
    8


    Did you find this post helpful? Yes | No

    Default ok i will:)

    ill try i tommorow, but important is for me that it works with the ICD MPLAPS

    see tomorrow
    dirk

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


    Did you find this post helpful? Yes | No

    Default

    I don't think you will be able to run ICD2 without ICDDEFS.BAS which is required to reserve
    ICD resources. Like any demo, there are limitations as compared to the full version.

    You can however use the ICD2 as a device programmer with no problem.
    Regards,

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

  3. #3
    raptor's Avatar
    raptor Guest


    Did you find this post helpful? Yes | No

    Default Demo works fine with ICD 2 and Picdem 2 Plus

    I'm using the PB Pro demo with MPlab 8.0 using Mpasmwin and ICD2 and the Picdem 2 Plus(older version 2002). The only problem I had was a path problem. I'm using a 16F877 and it gave some message about finding the P16F877.inc file. I setup my path for PB pro and the mpasmwin directories but it didn't help. So for a temp solution, copied, then modified the 16F877.inc file with the full path. Works great now.

    ;************************************************* ***************
    ;* 16F877.INC *
    ;* *
    ;* Notice : Copyright (c) 2004 microEngineering Labs, Inc. *
    ;* All Rights Reserved *
    ;* Date : 03/12/04 *
    ;* Version : Demo *
    ;* Notes : *
    ;************************************************* ***************
    NOLIST
    ifdef PM_USED
    LIST
    include 'M16F87x.INC' ; PM header
    device pic16F877, xt_osc, wdt_on, pwrt_on, lvp_off, protect_off
    XALL
    NOLIST
    else
    LIST
    LIST p = 16F877, r = dec, w = -302
    INCLUDE "C:\Program Files\Microchip\MPASM Suite\P16F877.INC" ; MPASM Header
    __config _XT_OSC & _WDT_ON & _PWRTE_ON & _LVP_OFF & _CP_OFF
    NOLIST
    endif
    LIST

    Other than that the demo works fine and you will find that 31 commands is a big limitation. I liked the demo, so I order the full version today, hopefully MElabs are a fast shipping company.

    Jerry

Similar Threads

  1. 16F877 vs. 16F877A
    By DavyJones in forum General
    Replies: 12
    Last Post: - 11th April 2009, 19:22
  2. help my bluetooth and PIC 16F877A?
    By slimpeng in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 18th March 2008, 07:52
  3. Read the newbee threads, 16F877A no go.
    By BobbyA in forum mel PIC BASIC Pro
    Replies: 39
    Last Post: - 31st December 2006, 04:09
  4. Clock connection to DS1802 from 16F877A
    By coyotegd in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 3rd January 2006, 19:52
  5. 1st 16F877A program in PICBasic
    By Borisw37 in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 19th January 2005, 05:46

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