User Activity

hii want to write in AT24C512 with stm32f103c8 i send my code.HAL_I2C_Mem_Write(&hi2c1, 0XA0, 0X11FA,I2C_MEMADD_SIZE_16BIT ,   &write_data, 1, 100);For example, I want to put the value of write_data on 0x11FA, and I specify the memory address as 16 b...