Hello,
I'm looking at the Memory Plug source code and at the M24M01 datasheet and there's one thing I do not understand: the source code seems to assume pagesize 256 bytes (esp. MemoryStream uses buffer of this size). However, the datasheet (at least this one http://www.datasheetcatalog.org/datasheet/SGSThomsonMicroelectronics/mXyuqsu.pdf ) does not support this, it even says "The Page Write mode allows up to 128 bytes to be written in a single Write cycle". The code seems to be working, so I'm not complaining here, I just want to make sure that I understand it correctly - while writing more than 128 bytes in one write operation works, it's not documented and is out of the specs of the component. Am I right? Or have I missed something obvious?
kind regads, Bob
