Hi,
I have a little project, where I use the EK-TM4C1294XL launchpad.
* I made an expansion board to it with additional SD card slot. (The board uses the SSI module 3)
* I made the file system on the SD card and formatted it.
* I copied an example file into that.
In my project I use the TivaWare driver librabry that includes a third_party FatFS support. My problem / issue is, when I try to read from the file on the SD card after mounting the filesystem, I got an error code, that the SD card isn't ready.
Additionally, I had successfull read several weeks ago, but I cannot reproduce it those code. I'm guessing, the FatFS driver destroy something in the filesystem on the SD card, but my PC can read it.
Can anybody help me, what did I wrong?
Regards,
Norbert