cancel
Showing results for 
Search instead for 
Did you mean: 

I2C EEPROM Example HAL

Pedram
Associate III
Posted on May 16, 2017 at 23:14

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:

0690X000006071UQAQ.png

I've searched but did not find the answer

Thank

#i2c-eeprom-example-hal
1 REPLY 1
john doe
Lead
Posted on May 17, 2017 at 12:39

instead of using address 0xA0 use the address (uint16_t)(0x50<<1) as the HAL wants the address left aligned