problems with STM32F405 SD Card 4wiresCubeMX
hello,
i work in STM32F405, create projet with cubeMx, SD 4 wires.
Pull up in the schematic D0..3 , CMD, no internal pull in cube MX
mount return FR_NOT_READY
when SD_WideBus_Enable() (in hal_sd) call:
in SD_FindSCR() after the cmd 51 , there is a polling wait
but i have SDIO_STA_STBITERR
and no data is return by the SD:
i will try to reduce clock:
clock init: 0x76: 400khz to 0xBA(400khz if the PLL output 48Mhz is 72Mhz) see in errata sheet STMF405
clock after SD_CLK: divider = 0x76 the same of init.
any idea?
thx
