2021-06-22 10:43 PM
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?
Solved! Go to Solution.
2021-06-23 03:54 PM
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.
2021-06-23 06:43 AM
Warning can be ignored. It's letting you know you won't be able to use both at the same time.
2021-06-23 07:55 AM
But I need to use both at the same time.
2021-06-23 08:13 AM
2021-06-23 09:12 AM
The pin availability is covered in the Data Sheet, print out the relevant pages and get some high-light markers, decide why "Computer Says No", and what if any options/compromises you can make/accept
2021-06-23 03:38 PM
176 pin package gives the same warnings for SDMMC1 and SDMMC2 in conflict with LTDC.
2021-06-23 03:39 PM
The demo installed on the board uses LTDC and SDMMC1. My question is: how can this be achieved?
2021-06-23 03:54 PM
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.