>-----Original Message----- >From: piclist-bounces@mit.edu [mailto:piclist-bounces@mit.edu] >On Behalf Of Alan B. Pearce >Sent: 18 May 2007 16:12 >To: Microcontroller discussion list - Public. >Subject: Re: [PIC] NMEA + PIC(update) > > >Umm, be careful, the 24LC64 is not a RAM, it is an EEPROM, and has a >significant write time which you need to wait before sending the next >message. Also I think you need to have the message set as a >multiple of a >fixed number of bytes, possibly 8, maybe more, as it does >block writes. There is no problem with only writing a partial page on these devices, i.e. you can write anything from one byte up to the full page size (32 bytes for 24LC64 IIRC) in a single write. Things only get a little more complex when you want to write a block of data and it overlaps the eeproms page size, but this really isn't very difficult to handle. Regards Mike ======================================================================= This e-mail is intended for the person it is addressed to only. The information contained in it may be confidential and/or protected by law. If you are not the intended recipient of this message, you must not make any use of this information, or copy or show it to any person. Please contact us immediately to tell us that you have received this e-mail, and return the original to us. Any use, forwarding, printing or copying of this message is strictly prohibited. No part of this message can be considered a request for goods or services. ======================================================================= -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist