PBP External Memory Bus Support


Closed Thread
Results 1 to 5 of 5

Hybrid View

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


    Did you find this post helpful? Yes | No

    Default

    Well, Yes and No.

    PBP can not access anything on the external bus directly. The compiler is limited to the first 64K of memory.
    Which means that it can't even use the upper 64k of the 128k already on your 18F8722.

    >> My question is, will PBP address greater amounts of RAM then what is included on the chip

    The external memory can't be mapped to RAM space. It only extends "Program Space". But if the external memory is Static RAM, it can be read from and written to, by using the TBLRD and TBLWT instructions, the same as if you were reading/writing to Flash.

    With a few ingenious ASM macros, you could easily create a program that uses that space for storage, but you can't do it directly with PBP.
    <br>
    DT

  2. #2
    Join Date
    Oct 2004
    Location
    Italy
    Posts
    695


    Did you find this post helpful? Yes | No

    Default

    Hi,

    FRAM?

    EEPROM and Flash devices have a limited write
    endurance of typically 100,000 to 1,000,000 writes
    compared to 1,000,000,000,000 or more for FRAM.

    What is FRAM?
    http://www.ramtron.com/doc/AboutFRAM/Default.asp

    Serial Memory Products:
    http://www.ramtron.com/doc/Products/..._list.asp?ID=5

    Distributor:
    http://www.mouser.com

    Best regards,

    Luciano

Similar Threads

  1. PBP PIC32 series support?
    By foss in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 18th August 2008, 12:10
  2. PIC18F97J60 max external bus speed
    By mariusv in forum Documentation
    Replies: 3
    Last Post: - 3rd June 2008, 19:16
  3. "Program Memory Error" with MPLAB IDE (PBP)
    By aggie007 in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 13th November 2007, 19:27
  4. PBP/PBPL and external memory
    By Charles Linquis in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 11th November 2007, 05:31
  5. Need the code to write to a memory
    By Hamlet in forum General
    Replies: 0
    Last Post: - 20th August 2007, 00:22

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