pbp 3 and MPLAB X


Closed Thread
Results 1 to 34 of 34

Hybrid View

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


    Did you find this post helpful? Yes | No

    Default Re: pbp 3 and MPLAB X

    The 16F628.inc file for MPASMX doesn't have an EQU for TMR1.
    The 16F628.inc file for MPASM in MPLAB 8 does have TMR1.

    You can add this to your program for a workaround ...

    Code:
    ASM
        ifndef TMR1
    TMR1 = TMR1L
        endif
    ENDASM
    DT

  2. #2
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Default Re: pbp 3 and MPLAB X

    Hi, Darrel

    Thanks for the tip.

    I finally have modified the Mpasmx .inc file ...

    With PBP3 there is no more need to modify the PBP . inc files .... but the Mpasmx have to be now ....

    You right : customers ALWAYS complain !!!

    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

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