PBP3 Code Does not Compile with PBP3.1


Results 1 to 6 of 6

Threaded View

  1. #2
    Join Date
    May 2013
    Location
    australia
    Posts
    2,680


    Did you find this post helpful? Yes | No

    Default Re: PBP3 Code Does not Compile with PBP3.1

    SPBRGH = 1
    Is a syntax error

    needs to be

    SP1BRGH = 1

    imho the pbp3 include file is incorrect

    from PIC12F1840.PBPINC

    SP1BRG VAR WORD EXT ; Joined SFR, BANK3
    SP1BRGL VAR BYTE EXT ; BANK3
    SP1BRGH VAR BYTE EXT ; BANK3
    Last edited by richard; - 23rd June 2017 at 01:27.
    Warning I'm not a teacher

Similar Threads

  1. PBP3 Compile Errors
    By hjguitarplayer in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 26th August 2015, 23:34
  2. Replies: 1
    Last Post: - 4th April 2013, 01:31
  3. I really need some help with PBP3
    By Ramius in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 26th February 2012, 16:05
  4. Pbp3
    By rcbandwidth in forum mel PIC BASIC Pro
    Replies: 21
    Last Post: - 18th September 2011, 14:13
  5. What's with PBP3?
    By BrianT in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 10th August 2011, 17:09

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