User Activity

Hi,I'm working on SDMMC on STM32U5 nucleo board.Everything works fine for 1 and 4 bit mode.But, in 8 bit mode I can write data with HAL_MMC_WriteBlocks but when I try to read back with HAL_MMC_ReadBlocks, it always gets SDMMC_FLAG_DCRCFAIL.Have you e...
I am currently programming an eMMC(SDMMC) card with an STM32U575 microcontroller.In 4 bit mode it works perfectly, but in 8 bit mode, I have a CRC error (HAL_MMC_ERROR_DATA_CRC_FAIL) in the HAL_MMC_ReadBlocks function called by fx_media_open.NB: I ca...
Kudos from