I2C read and write to 24C01 eeprom


Results 1 to 8 of 8

Threaded View

  1. #4
    Join Date
    May 2013
    Location
    australia
    Posts
    2,644


    Did you find this post helpful? Yes | No

    Default Re: I2C read and write to 24C01 eeprom

    you don't say what chip/osc you are using , consider this

    The timing of the I2c

    instructions is set so that standard speed devices(100kHz) will
    be accessible at clock speeds up to 8MHz. Fast mode devices (400kHz) may be
    used up to 20MHz. If it is desired to access a standard speed device at above
    8MHz, the following DEFINE should be added to the program:
    DEFINE I2C_SLOW 1
    also read the data sheet for your eprom re
    1. address command size
    2 page size
    writes that exceed a page in size or cross a page boundary can go wrong

    read the manual and watch out for common myths
    Attached Images Attached Images  
    Warning I'm not a teacher

Similar Threads

  1. I2C eeprom read write
    By retepsnikrep in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 14th July 2010, 17:49
  2. How to Read / Write I2c 24LC16B EEprom
    By odie52 in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 5th May 2010, 03:00
  3. read/write eeprom
    By mel4853 in forum mel PIC BASIC Pro
    Replies: 17
    Last Post: - 1st March 2010, 01:17
  4. I2C Read and Write
    By DerekMacom in forum mel PIC BASIC
    Replies: 14
    Last Post: - 21st April 2008, 15:44
  5. Write and Read from eeprom
    By savnik in forum mel PIC BASIC Pro
    Replies: 23
    Last Post: - 9th June 2007, 14:56

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