Which EEPROM is suitable for interfacing with PIC16F877A


Closed Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2012
    Posts
    13

    Default Which EEPROM is suitable for interfacing with PIC16F877A

    can anyone tell me the suitable EEPROM for this pic 16f877a.i need a memory space of about 30K

  2. #2
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,521


    Did you find this post helpful? Yes | No

    Default Re: Which EEPROM is suitable for interfacing with PIC16F877A

    Hi,
    I'm using the SST25 series of SPI memory devices, technically it's FLASH and not EEPROM but I don't think it matters. A 512kBit (64kByte) device costs around 60 cents. Since it's SPI you can use SHIFTOUT/SHIFTIN or you can use the MSSP module of the '877 for increased performance. These are not 5V devices though.

    I'm sure though that "any" device will work just fine.

  3. #3
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    2,599


    Did you find this post helpful? Yes | No

    Default Re: Which EEPROM is suitable for interfacing with PIC16F877A

    I like the I2C external EEPROMs like the 24AA256:
    http://ww1.microchip.com/downloads/e...doc/21203m.pdf

    Find the right serial EEPROM for you:
    http://www.microchip.com/stellent/id...GE&nodeId=2697

    Robert

  4. #4
    Join Date
    Jul 2003
    Location
    USA - Arizona
    Posts
    156


    Did you find this post helpful? Yes | No

    Default Re: Which EEPROM is suitable for interfacing with PIC16F877A

    For adding ROM you could look at SPI EEPROMS or SPI FRAM. For adding RAM you could look at SPI RAM.

  5. #5
    Join Date
    Jan 2012
    Posts
    13


    Did you find this post helpful? Yes | No

    Default Re: Which EEPROM is suitable for interfacing with PIC16F877A

    thank you to all for giving me some nice ideas

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