What is the least CPU intensive way to access the I2C bus?
I have tried using the HAL_I2C_Master_Transmit_DMA and HAL_I2C_Master_Receive_DMA functions to access an external I2C slave but I find that this takes a fair amount of processing time. I am using a STM32L476R M4 core device. Using a GPIO I measure th...