i2c1 block with DMA is not working (STM32h743) - when the first transaction is sent from master board to slave board - > the i2c1_event interrupt is triggered and it is stuck in an endless loop.
i've created 2 threads - i2c_tx_dma and i2c_rx_dma which use the HAL_I2C_Master_Transmit_DMA and HAL_I2C_Slave_Receive_DMA.I am working with 2 boards of the STM32h74 family:first board-> configured RX DMA on i2c1 block as a slave and activate HAL_I2C...