2017-05-16 02:14 PM
Hello friends
I want to using the functions HAL To connect with AT24C64
To Byte Write & Byte Read How can I send data as below:
I've searched but did not find the answer
Thank
#i2c-eeprom-example-hal2017-05-17 03:39 AM
instead of using address 0xA0 use the address (uint16_t)(0x50<<1) as the HAL wants the address left aligned