Question
4bit SDIO not working, but 1bit SDIO working fine.
I use CMSIS to write program that transfer data from SD card through SDIO. For my task i need 4bit mode, but it isn't working. When i try to read some block from SD card STBITERR bit in SDIO_STA register goes high, that means that start bit hasn't been detected on all data lines. But when i use 1bit mode all works fine.
MCU: STM32F407VGT6
How to fix this problem?