Communicating with I2C DMA Without Interrupt
Hi, I am trying to communicate with i2c DMA without interrupt. My MCU is STM32G474RET6.I've read that it is possible but can't find how to do it. How can i communicate in slave mode with i2c dma? Since my interrupts disabled, can't use the callback f...