How to read multiple IKS01A03 memory register with DMA over i2c?
Hi,
I am currently working on DMA combined with I2C bus. I want to read acceleration data from IKS01A3 with HAL function HAL_I2C_Mem_Read_DMA(). I want to read at 6 different memory registers. How can I use that function to get it work properly? Can I queue read calls one after another? Is there any option to differ read i2c callbacks between reads (just to rise a flag that memory read from particular region was successful)?
Thanks in advance.
Lukasz
