SDIO interface not working in 4Bits with STM32F4 Firmware Package
Hello,
Working on an STM32F412 µC, with the last F4 firmware package ans last MX
When configuring to use SDIO with 1Bit interface, everything works fine. But when configuring to use a 4bits interface, there is an error
In BSP_SD_Init(); there is an error when calling HAL_SD_ConfigWideBusOperation()
I have tried to make it work with FreeRTOS and FreeRTOS-Plus-FAT and... it work.
As I do not always want to have project with FreeRTOS, would it be possible to ST to integrate working SD initialisation in 4 bit mode.
Reading the following:
- https://community.st.com/t5/stm32-mcus-products/sdio-4-bit-mode-with-stm32cubemx/td-p/406139
It seems that the problem is known for a long time, with no solution provided by ST. ST should at least integrate the evolution provide by FreeRTOS to make STM32 firmware package at least work in every mode possible!
It seems unbelievable to me that STM32 FW package do not integrate corrections of problems that are knows for years
Thank you
Regards
