How can we get SDMMC working on STM32H743?
We have a working design in an STM32F745 device that talks to an eMMC device over SDMMC. We ported the design over to an STM32H743 device, using CubeMX to configure the device to match the F7, and the SDMMC interface doesn't work. We've gone through AN5200 and we believe we've followed the set-up procedures correctly. When we capture the SDMMC bus on both devices on a logic analyzer, we see that the F7 bus runs at 25MHz and the H7 bus runs at 50MHz. In addition, the 4-bit data bus on the H7 device acts like it's not being driven, and instead shows random patterns as if it's being driven by cross-talk noise.
