Interface SD card with nucleo H743ZI 1Bit/4Bit
How to interface SD card with STM32h743z1 nucleo borad ? Is there any working example? I generated code with cubeMx 5 and failed at the very first step.. I tried various threads regarding SD card and nothing helped me.
card initialization itself giving an error. While digging i noticed the program is looping arround a Delay(2);
Also when i measured the CLK at the SD card pin, it shows only 20Khz..
MY application is to store 12 Channel adc values in every sec (1sample per second).
