STM32H755 HAL_MMC_GetCardCSD() bug report.
Environment:tool: STM32CubeMX6.4.0 cpu: STM32H755XIRepos: STM32Cube_FW_H7_V1.9.1The following lines in HAL_MMC_GetCardCSD() is probably incorrect. pCSD->EraseGrSize = (uint8_t)((hmmc->CSD[2] & 0x00004000U) >> 14U); pCSD->EraseGrMul = (uint8_t)((...