Skip to content

Commit 9c35b62

Browse files
giulcioffifacchinm
authored andcommitted
Opta: enable power save mode on SDIO CLK pin
1 parent 456854b commit 9c35b62

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_OPTA/COMPONENT_WHD/port

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_OPTA/COMPONENT_WHD/port/cyhal_sdio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ static cy_rslt_t sdio_enable_high_speed(void)
9292

9393
sdio_init_structure.ClockDiv = SDMMC_HSpeed_CLK_DIV;
9494
sdio_init_structure.ClockEdge = SDMMC_CLOCK_EDGE_RISING;
95-
sdio_init_structure.ClockPowerSave = SDMMC_CLOCK_POWER_SAVE_DISABLE;
95+
sdio_init_structure.ClockPowerSave = SDMMC_CLOCK_POWER_SAVE_ENABLE;
9696
sdio_init_structure.BusWide = SDMMC_BUS_WIDE_4B;
9797
sdio_init_structure.HardwareFlowControl = SDMMC_HARDWARE_FLOW_CONTROL_ENABLE;
9898

0 commit comments

Comments
 (0)