2015-04-04 07:32 AM
Hi,
I am using the HAL_I2C_Mem_xx (read/write) function.For example, the function of HAL_I2C_Mem_Read_DMA() / HAL_I2C_Mem_Write_DMA()But I can't find any information about the data word address.
I need to read the data at appointed address, For example, the last 128 bytes in eeprom. But when I used the stm32 hal, I don't know how to do.Will you do me a favor?