Hello,I'm currently working with a STM32F411RC chip in a custom board and using I2C to communicate with some peripherals (namely memory and ADCs). I decided to use I2C with DMA, but it wasn't working, so I switched to I2C with interruptions.My setup ...