Brown-out symbol not accepted.


Closed Thread
Results 1 to 7 of 7

Hybrid View

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


    Did you find this post helpful? Yes | No

    Default Re: Brown-out symbol not accepted.

    Since you are using the @ DEVICE statement, it means you are using the old PM assembler.

    The files for the PM assembler are located in the INC subfolder of your PBP folder.
    In there you will find the M16F88X.INC file, which has all of the available configuration options.

    In the case of the 16F887, it's BOD_OFF.
    DT

  2. #2
    Join Date
    Mar 2011
    Location
    Bangkok Thailand
    Posts
    16


    Did you find this post helpful? Yes | No

    Default Re: Brown-out symbol not accepted.

    Hi
    Thank you very much for the quick answer.
    I think its about the 2 different compiler you can choose that confuse me.

    I am running PBP 2.6.0B on a MacBookPro with Windows XP. My Mac is 64bit but i have no clue if Windows XP run 32 or 64bit.

    At the moment i run the MPASM that was installed together with PROTEUS.

    I am a newbie so what is your experience, is it better to choose the MPASM or the MP compiler?

    Thanks Thronborg

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


    Did you find this post helpful? Yes | No

    Default Re: Brown-out symbol not accepted.

    In the current and future versions of PBP, the PM assembler has been discontinued.
    So it's probably best to write your code using the MPASM options, for future compatibility.

    The PM assembler only worked with standard 12 and 14-bit core devices (12F,16F).
    So for enhanced 14-bit cores (12F1,16F1) or 18F's, you had to switch to MPASM anyhow.
    And since MPASM handles all of the chips, there's really no reason to be switching back and forth between assemblers.
    DT

  4. #4
    Join Date
    Mar 2011
    Location
    Bangkok Thailand
    Posts
    16


    Did you find this post helpful? Yes | No

    Default Re: Brown-out symbol not accepted.

    Thank you very much for the info Darrel.

    Time to upgrade now!

    Thronborg

  5. #5
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default Re: Brown-out symbol not accepted.

    Quote Originally Posted by thronborg View Post
    . . .

    Time to upgrade now!

    Thronborg
    Even if you do not upgrade you can use mpasm as your compiler, just fill in the check box marked use MPASM, under View . . . Compile and Program . . . Assembler
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

Similar Threads

  1. Browned off by Brown Out [BOD]
    By Squibcakes in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 16th May 2012, 03:25
  2. Power loss - Brown out?
    By clocks in forum General
    Replies: 5
    Last Post: - 25th October 2010, 10:56
  3. brown out resets
    By robertpeach in forum mel PIC BASIC Pro
    Replies: 22
    Last Post: - 4th October 2009, 07:12
  4. Symbol not previously defined
    By Archangel in forum Code Examples
    Replies: 2
    Last Post: - 27th December 2008, 09:52
  5. 12F675: DEC modifier not accepted
    By jswayze in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 1st September 2005, 02:39

Members who have read this thread : 0

You do not have permission to view the list of names.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts