STM32U575 I2C LPDMA Data Transfer Error(DMA_FLAG_DTE) for Data Transfer
Hi Team,I have configured the I2C in Master Mode and Enabled LPDMA channel 2 and 3 respectively for I2C3Tx and I2C3Rx./* I2C3 DMA Init */ /* LPDMA1_REQUEST_I2C3_TX Init */ handle_LPDMA1_Channel2.Instance = LPDMA1_Channel2; handle_LPDMA1_Channel2.I...