Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi,
I'm trying to get the eeprom (24LC08) running on the Embedded Artist LPCExpresso Base board. All is fine apart from getting the acknowledge back from the i2c.write() call following an eeprom write (you are supposed to poll the ack bit to know when the write is complete). The write has gone throught ok as I can see the change from an eeprom read().
Now I see the ack bit on the scope changing correctly but I only ever get a 0 back from the write() call.
Anyone any experience on this?