Using STM32H7 I2C master transmit in DMA circular mode (I2C_CR2 NBYTES/RELOAD)
I wanted to send looped signal pattern to I2C DAC at 1 MBit/s (around 100kHz sampling rate) and eventually found a solution. Original problem description: Because DAC is accepting 16bit frames I set NBYTES to 254 (254/2=127 DAC samples) and RELOAD bi...