Clone 24LC64 I2C eeprom with stm32l0
unicore-mx@c1cd3fded6 | ||
.gdbinit | ||
.gitignore | ||
.gitmodules | ||
libucmx_stm32l0.ld | ||
main.c | ||
Makefile | ||
openocd.conf | ||
README.md |
README
Clone 24LC64 flash from Nucleo-STM32L073.
Pinout:
- SDA PC1 (Arduino A5)
- SCL PC0 (Arduino A4)
- Red Led PA4 (Arduino A2)
- Green led PA5 (onboard)
Source flash has I2C address 0x50 (0101000) and it's write-protected. (A0, A1, A2 = 0) Destination flash has I2C address 0x51 (0101001) (A0 = 1; A1, A2 = 0)