PBP 2.6 and MPLAB 8.4


Closed Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2009
    Posts
    24

    Default PBP 2.6 and MPLAB 8.4

    Hi all, Using MPLAB as the IDE, when compiling with PBP the memory usage guide doesn't show the amount of RAM used (put does show the program memory useage). Also, the watch window displays the variables as bytes regardless of how they are defined, for example, a word variable is shown as a byte and as the value increases it just rolls over. The program otherwise appears to compiles OK

    It's been a while since I have used PBP, but I don't remember this being an issue in the past.

    Any ideas?

    Regards, Chris

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


    Did you find this post helpful? Yes | No

    Default Re: PBP 2.6 and MPLAB 8.4

    Hi,

    TWO good ideas ...

    1) Visit Melabs site and Upgrade to V 2.60 C

    2) Visit Microchip site and Upgrade MPLAB to V 8.80


    How Long time did you stay in the Jungle ???

    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 " !!!
    *****************************************

  3. #3
    Join Date
    Jan 2009
    Posts
    24


    Did you find this post helpful? Yes | No

    Default Re: PBP 2.6 and MPLAB 8.4

    Hi Alain, Well I tried both of those things and it made no difference but thanks for your input. Does MPSIM and the Memory usage gaguge work for you?

    Actually, I had a problem applying the patch (the patch found some files were not the correct version) so I reinstalled PBP2.6 and then applied the patch, uninstalled MPLAB 8.4 and installed MPLAB 8.8. Of course, by this stage I had over written the 18F14K50.INC file and had forgotten how to configure the CONFIG fuses. So I now have a nice fresh install to work with.

    To answer your question, about 12 months...

    Regards,Chris

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


    Did you find this post helpful? Yes | No

    Default Re: PBP 2.6 and MPLAB 8.4

    PBP does not allocate variables the same way that "C" does, so MPLAB cannot track the RAM usage.

    Right-click on the watch variables and select Properties to change the variable size.
    DT

  5. #5
    Join Date
    Jan 2009
    Posts
    24


    Did you find this post helpful? Yes | No

    Default Re: PBP 2.6 and MPLAB 8.4

    Hi Darrel, thanks for that, much appreciated.
    Regards
    Chris

Members who have read this thread : 1

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