cancel
Showing results for 
Search instead for 
Did you mean: 

SDIO stopped working after upgrading CubeIDE from 1.10.1 to 1.12.0 CPU is STM32F407VGT6 SDIO mode is SD 4bit Wide Bus FatFs unused Error in HAL_SD_ConfigWideBusOperation(&hsd, SDIO_BUS_WIDE_4B)

magi
Associate
2 REPLIES 2
KDJEM.1
ST Employee

Hello @克徳 高間木​ and welcome to the Community 🙂 ,

What do you mean by 'Error in HAL_SD_ConfigWideBusOperation(&hsd, SDIO_BUS_WIDE_4B)'? A debugging error?

Could you please share what errors did you found?

Kaouthar

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

magi
Associate

Hello

Return value of HAL_SD_ConfigWideBusOperation(&hsd, SDIO_BUS_WIDE_4B) becomes HAL_ERROR

I attach the return value of hsd

The software was working fine before the update.

Also, if you recreate the same software with 1.10.0, it will work normally.