Is there a bug in STM32Cube_FW_F4_V1.27.1 or in STM32CubeMX?
I'm using STM32CubeIDE 1.11.2 and STM32CubeMX Version: 6.7.0.
I have a question regarding the implementation of the SDIO SD card in 4 bit mode on a stm32F407 card
I am using the following configuration
SDIO Global interrupt, SDIO_RX and SDIO_TX DMA
SDIOCLK clock divide factor 5
Unfortunately it doesn't work. The f_mount function returns an error (Error SD card)
On the other hand if I replace SDIO_BUS_WIDE_4B by SDIO_BUS_WIDE_1B
line hsd.Init.BusWide = SDIO_BUS_WIDE_1B; as shown the program works.
