Suggestions for Non-Blocking I2C Slave
Posted on August 15, 2017 at 02:33I'm using CubeMx with the STM32F415.Looking at the HAL drivers for I2C slave devices using DMA, it appears as if the HAL_I2C_Slave_Receive_DMA() and HAL_I2C_Slave_Transmit_DMA() functions will effectively be blockin...