Hello, I'm working with a Microchip 24AA32A I2C EEPROM. I have read the data sheet, and written some software to work with it. The problem is that sometimes the device does not reply (I don't have a scope here, will use one as soon as possible), and I believe it is due to bad clock settings. My ARM7 PCLK bus is running at 18 MHz; the data sheet says that the maximum clock frequency is 400 KHz or 100 KHz, depending on the operating voltage. does that mean that anything between these settings is invalid? if so, given 18 MHz of PCLK (or any other frequency I can derive from 72 MHz CCLK), I cannot have the peripheral get fed by exactly 100 or 400 KHz (I checked my LPC2468 data sheet). what do I do?