cancel
Showing results for 
Search instead for 
Did you mean: 

How to read/write into EEPROM of STM32L073RZT6 board.

DMish
Associate

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.

1 REPLY 1

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..