User Activity

Hi,I am using STM32F103 interfaced with MPU6050 over I2C with DMA.I am using CubeMX generated code.If I simply use HAL_I2C_Master_Receive()function then it works fine.I am reading this for my quadcopter and needs faster loop time so decided to use DM...