Skip to main content
TRadd.1
Associate II
June 23, 2021
Solved

SDMMC1 and LTDC on STM32H725/35

  • June 23, 2021
  • 3 replies
  • 1751 views

When configuring SDMMC1 in STM32CubeIDE, I get a warning that it conflicts with LTDC (RGB888). SDMMC2 does also conflict. Can someone guide me, how to resolve this conflict?

This topic has been closed for replies.
Best answer by TDK

4 bit SDMMC1 and LTDC RGB888 do not conflict with each other.

The only conflict is with other modes of SDMMC1, which is why the message is a warning and not an error.

0693W00000BbqfxQAB.png

3 replies

TDK
June 23, 2021

Warning can be ignored. It's letting you know you won't be able to use both at the same time.

"If you feel a post has answered your question, please click ""Accept as Solution""."
TRadd.1
TRadd.1Author
Associate II
June 23, 2021

But I need to use both at the same time.

TDK
June 23, 2021
Switch the chip to a bigger package with more pins.
"If you feel a post has answered your question, please click ""Accept as Solution""."
TRadd.1
TRadd.1Author
Associate II
June 23, 2021

176 pin package gives the same warnings for SDMMC1 and SDMMC2 in conflict with LTDC.

TDK
TDKBest answer
June 23, 2021

4 bit SDMMC1 and LTDC RGB888 do not conflict with each other.

The only conflict is with other modes of SDMMC1, which is why the message is a warning and not an error.

0693W00000BbqfxQAB.png

"If you feel a post has answered your question, please click ""Accept as Solution""."