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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-07 1:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-07 1:45 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-07 5:50 PM
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.
