FAT SD card works, FAT32 doesn´t. Why?
Hello everybody,
i am using a STM32F401RE nucleo board and have implemented USB as mass storage device and a SD card with SDIO 1 bit mode.
When I am using 2 GB SD card with FAT. Everything works like a charm. Windows shows me the SD card after 1 second and i can access it, create new .txt files and delete them and so on.
When I am using a 16GB SD card with FAT32. Windows needs 45 seconds to show me the SD card. After that everything works fine too, but 45 sec is a long time..... tooo long.....!!!
When I fragement the 16GB SD card to 4GB FAT, everything works fine, even when I format it to 16GB NTFS, windows shows me the SD card after 2 seconds....
Why does the 16GB FAT32 SD card take so much time? Do I need a special library? What have I done wrong? Does STM32 doesn´t support FAT32? Is Windows the problem?
Please help me....
