CubeMx discrepancy with Reference Manual for the STM32F767NIx DMA
Hello,
I am working on a project for a STM32F767NIHx. I am using the STM32CubeMx tool and validating using RM0410. The problem I am having is that the i2c4_tx peripheral is not listed in dma1 stream5 on page 248 of the reference manual. CubeMx, however, gives dma1 stream5 as an option for the i2c4_tx. If I had to guess, I would say that the reference manual is wrong here and dma1 stream5 channel2 should actually be i2c4_tx instead of i2c4_rx, but I was wondering if someone could verify this for me.
Thank you very much for your assistance.