Question
SD High Speed Switching
Posted on November 18, 2015 at 15:20
Hi,
do anybody know how to switch SD operation from Default mode to High Speed Mode in WICED using SD_CMD_HS_SWITCH command??I have added SDIO_CmdInitStructure.SDIO_Argument = 0x80FFFF01; SDIO_CmdInitStructure.SDIO_CmdIndex = SD_CMD_HS_SWITCH; SDIO_CmdInitStructure.SDIO_Response = SDIO_Response_Short; SDIO_CmdInitStructure.SDIO_Wait = SDIO_Wait_No; SDIO_CmdInitStructure.SDIO_CPSM = SDIO_CPSM_Enable; SDIO_SendCommand (&SDIO_CmdInitStructure); errorstatus = CmdResp1Error (SD_CMD_HS_SWITCH );this within SD_init() fuction , but its not working #sdcard #!stm32f4-!stm32f401-!rtc