PBP RAM allocation - how to find available or total used RAM?


Results 1 to 19 of 19

Threaded View

  1. #4
    Join Date
    Sep 2009
    Posts
    755


    Did you find this post helpful? Yes | No

    Default Re: PBP RAM allocation - how to find available or total used RAM?

    I needed same thing, more than one time...
    And I finally decided to create small app to monitor .lst file.
    If you trust me, you can try it.
    Right click, Save link as >>Removed, Bug... <<
    Remove .txt extension, unpack RAR archive
    Password: pedja089
    Name:  app.png
Views: 1080
Size:  31.6 KB
    It doesn't handle arrays with constants for size, eg
    X con 4
    MyArray VAR BYTE[X]
    And it doesn't handle include files.
    But if you have any variable declared after any unsupported lines, it will handle it. Or it should... I didn't want to recreate half of assembler to get that 2 things to works...
    Basically it looks for last "RAM_START +", extract number, and try to get line before that, to check type of variable, and if it is array. So it can give correct size.
    DISCLAIMER: Use it at own risk!
    EDIT:
    It uses .net framework 3.5. So you need to have it installed or higher.
    Last edited by pedja089; - 11th November 2016 at 13:04.

Similar Threads

  1. Need Help ON the SPI F-RAM....
    By hankshone in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 13th February 2010, 18:29
  2. RAM not reseting
    By InitialDriveGTR in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 22nd January 2010, 19:24
  3. RAM test
    By Sach_1979 in forum General
    Replies: 0
    Last Post: - 24th September 2009, 22:12
  4. Ram Gets Cleared
    By ljubex in forum General
    Replies: 2
    Last Post: - 6th November 2005, 23:38
  5. And last but not least: static ram?
    By bearpawz in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 1st November 2004, 04:37

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