external memory


Closed Thread
Results 1 to 4 of 4

Thread: external memory

  1. #1
    Join Date
    Jan 2006
    Posts
    76

    Default external memory

    what is the best external memory method for low quantity data?
    external meaning another chip, not removeable or anything fancy like that



    I wanted to use onboard EEPROM but my 767 doesnt have any. I only need to write 9 byte variables.

    I was looking at serial EEPROMs by microchip. Any suggestions on which chip? Should i go for i2c, spi?
    Last edited by docwisdom; - 14th April 2006 at 00:56.

  2. #2
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    you have two choice here, Change PIC for another who have an internal EEPROM OR for only few bytes look for those
    I2C:
    24c00
    24c01

    SPI:
    93c06
    93c46

    I2C need only two i/o, SPI need 4. Both will do the job as well. SPI is a bit faster but... do you really need it?

    90% of my design use I2C EEPROMs
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  3. #3
    Join Date
    Jan 2006
    Posts
    76


    Did you find this post helpful? Yes | No

    Default

    thanks very much, i was looking at the 24c00

    I dont need speed, and microchip doesnt make a pic with 3 hpwms and eeprom, so I have to use external.

    now I just hope I have some free I/O on my pic.

  4. #4


    Did you find this post helpful? Yes | No

Similar Threads

  1. 24lc1025 24lc256 external memory
    By JAY.M in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 23rd October 2010, 07:44
  2. External memory routines?
    By John_Mac in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 4th April 2009, 02:13
  3. external Memory
    By jerryf in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 29th November 2008, 02:06
  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. PBP External Memory Bus Support
    By ALFRED in forum mel PIC BASIC
    Replies: 4
    Last Post: - 25th December 2006, 08:42

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