2024-06-24 12:16 AM
Hi,
STM32U585 + eMMC , by SDMMC2 bus
I want to configure the eMMC into sleep mode by HAL_MMC_SleepDevice API,but It does not work
It alway return 0 when I get the card state by HAL_MMC_GetCardState after run the API HAL_MMC_SleepDevice.
Thanks!
Solved! Go to Solution.
2024-06-28 03:36 AM
Hello @dylanou
You would typically need to ensure that:
The eMMC device supports the sleep command (CMD5).
The SDMMC peripheral is properly configured.
The correct sequence of commands is being sent to the eMMC device.
The hardware connections are correct and stable.
The clock settings and power supply are configured according to the eMMC device specifications
2024-06-28 03:36 AM
Hello @dylanou
You would typically need to ensure that:
The eMMC device supports the sleep command (CMD5).
The SDMMC peripheral is properly configured.
The correct sequence of commands is being sent to the eMMC device.
The hardware connections are correct and stable.
The clock settings and power supply are configured according to the eMMC device specifications