issues with 24lc1025


Results 1 to 10 of 10

Threaded View

  1. #7
    Join Date
    May 2007
    Posts
    17


    Did you find this post helpful? Yes | No

    Default

    Thanks mister_e, that worked!

    Dave, I tried to write data to the device using page write mode and it works first time, but when I write to it a second time it just overwrites some data. Here is how I write to it:
    Code:
    var SerData byte [80]
    I2CWRITE SDApin, SCLpin, ControlByte, i2cAddress, [str SerData\80]
    i2cAddress = i2cAddress + 80
    any thoughts on this one?

    I found the same problem here: http://www.picbasic.co.uk/forum/showthread.php?t=347 but nobody posted any response
    Cheers

    PS: I think I know why (after reading some on the internet) and now instead of [str SerData\80] I use 128 (since I read that it overwrites that page with the new contents).
    Last edited by johnmiller; - 20th June 2007 at 03:28. Reason: Maybe that's why...

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. SERIN2 buffer issues...
    By cpayne in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 16th October 2008, 03:49
  3. Solved: notes on annoying little issues
    By Probotics in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 26th May 2008, 20:02
  4. Where should I discuss SD/MMC FAT issues?
    By JD123 in forum General
    Replies: 92
    Last Post: - 2nd April 2008, 21:41
  5. I2C Master Slave issues.
    By cpayne in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 29th March 2008, 19:33

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