We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456854b commit 9c35b62Copy full SHA for 9c35b62
targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_OPTA/COMPONENT_WHD/port/cyhal_sdio.c
@@ -92,7 +92,7 @@ static cy_rslt_t sdio_enable_high_speed(void)
92
93
sdio_init_structure.ClockDiv = SDMMC_HSpeed_CLK_DIV;
94
sdio_init_structure.ClockEdge = SDMMC_CLOCK_EDGE_RISING;
95
- sdio_init_structure.ClockPowerSave = SDMMC_CLOCK_POWER_SAVE_DISABLE;
+ sdio_init_structure.ClockPowerSave = SDMMC_CLOCK_POWER_SAVE_ENABLE;
96
sdio_init_structure.BusWide = SDMMC_BUS_WIDE_4B;
97
sdio_init_structure.HardwareFlowControl = SDMMC_HARDWARE_FLOW_CONTROL_ENABLE;
98
0 commit comments