Skip to main content
R_1
Associate II
March 6, 2019
Solved

CubeMx discrepancy with Reference Manual for the STM32F767NIx DMA

  • March 6, 2019
  • 2 replies
  • 874 views

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.

This topic has been closed for replies.
Best answer by Nesrine.JLASSI

Hi @R​ 

Thanks for the feedback.

You are right, i was able to reproduce the issue and it will be fixed in the next STM32CubeMX release.

Best Regards,

Nesrine.

2 replies

Nesrine.JLASSI
Nesrine.JLASSIBest answer
Visitor II
March 8, 2019

Hi @R​ 

Thanks for the feedback.

You are right, i was able to reproduce the issue and it will be fixed in the next STM32CubeMX release.

Best Regards,

Nesrine.

R_1
R_1Author
Associate II
March 8, 2019

Thank you very much! I appreciate your time. Dma1 stream5 channel2 is for i2c4_rx- fair enough.