Long i2c writes > 255 bytes using DMA using I2C_CR2_RELOAD flag gives address in continuation data
I want to do i2c writes > 255 bytes using DMA with an STM32L451, but fail to use the I2C_CR2_RELOAD flag properly it seems.I end up with an address byte when the transmission continues.How should it be done using the raw register defines.Currently I...