thanks TI for introducing me to the FATFS library through TIVAWare which supports interfacing with the SD card through SPI. it served my purpose.
I am wondering if there would be a library to support the other mode of accessing the SD cards. the SDIO mode for faster speeds. e.g. to store a series of images coming off a camera etc.
I don't think TIVAWare has a library that supports SDIO mode. Where is it possible to find such a library?
if I do, would that be as easy as calling functions off the FATFS library or is there a series of complex tasks that need to completed to establish the SDIO communication?
thanks.