STM32F103: SD CARD, SDIO
Hello,
I am using the STM3210E-EVLA board. I want to create files on an SD card. While consulting the documentation for the STM3210E, I noticed that the size of the SD card is 128 Mbytes, whereas I am using an 8-GbytesSD card. I have written a simple code (below), but it does not display anything and does not work correctly (I have properly included the FATFS libraries). I am wondering if the large size of the SD card I am using compared to the one supported by the STM32 could be causing the issue.
Thank u.

