Dear all
I am developing a board using LPC1788 MCU. I was wandering if the SD interface of micro-controller (not is SPI mode) supports FAT or FAT32 file system.
Thanks all and wish you a merry Christmas
At the interface it's just seeing blocks of data. The support of FAT file systems would depend on the code you layer on top of the SD card read/write code. See FatFs for example