strange 24lc512 eeprom problem


Closed Thread
Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Jan 2006
    Location
    Istanbul
    Posts
    1,185


    Did you find this post helpful? Yes | No

    Default Re: strange 24lc512 eeprom problem

    Writing to LC eeproms requires 2ms to 5ms delay after each write.

    You are sending a block of bytes at one shot.
    Try sending(writing) them single by single and have 5ms pause after each write.
    Or, you may want to use page write feature for one whole 128-byte page (for LC512) and have one pause after each page.
    check this link :
    http://www.picbasic.co.uk/forum/show...8811&highlight=
    "If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte

  2. #2
    Join Date
    Jul 2011
    Posts
    21


    Did you find this post helpful? Yes | No

    Default Re: strange 24lc512 eeprom problem

    hi
    thanks all for your reply
    problem solved... i did two things:
    1. started to write 128 locations in one shot instead of 28 as suggested by sayzer
    2. i was using usb port for power supply so i changed it as suggested by kenif
    and then i tested as suggested by demon... issue vanished..
    once again thank you all.

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