STM32F4 HAL_I2C_Master_Receive_DMA sends extra bytes at the end
Posted on March 08, 2017 at 15:45I am working with the STM32F427 and HAL V1.6.0 and use the function HAL_I2C_Master_Receive_DMA.Sometimes (~20 times a day) I have troubles because after the callback HAL_I2C_MasterRxCpltCallback another byte is trans...