This board has a microSD slot and comes with a 2GB card with a boot image. The card is formatted FAT32.
I have several questions:
1. Is it possible to do file system operation in this card (e.g. the standard fread/fwrite type C APIs). The CSL APIs only describe what seems to be character oriented I/O (reading/writing blocks of data sequentially)
2. If that is not possible, how come the boot loader is able to read a (FAT32) file system? Is the code in bootloader, then? Can a user program access it? Is there an example?
Thanks for your help.
Durga Choudhury