User Activity

Hello, I am implementing I2C slave device with STM32G431. Using DMA with HAL library, it works well as expected in normal situation. It normally get ready to receive runningHAL_I2C_Slave_Receive_DMA(&hi2c1, (uint8_t *)aRxBuffer, rx_length)and handles...