2018-10-17 02:55 AM
I'm using Mbed online compiler to program the micro-controller, i have i2c library in mbed compiler, and also have 24C08 External EEPROM IC, if required.
2018-11-24 01:10 PM
Might try STM32 or mbed forums.
How would people normally connect I2C EEPROMs? Review the data sheet for the parts, and apply the signalling requirements to the I2C API functions. Pay attention to the address of the slave device, and the number of bytes representing the address within the memory.