I2C communication via GPDMA on STM32U5 - stops transmitting after two messages
HelloI am new to the STM32U5 and have problems with I2C communication via GPDMA.My transmit buffer consists out of ten messages that should be send.Strangely, only two write commands are written to the bus. However, this includes the first and the th...