Hello Guys,
I am trying to figure out how to get the sd card example from the dk-tm4c129x working with the tm4c123gxl. Right now I removed no wanted stuff from the example and I am just trying to create a simple txt-file. But that does not work. I have connected the SSI0 to the SD card reader (just a basic micro sd card adapter for arduinos with spi).
I am using the in the tivaware included FATFS library. I also use the mmc-dk-tm4c123g.c where I just changed a few GPIO Pins to use the SSI0 module instead of the SSI1, but actually I have tried both already and none works.
My project files can be downloaded here:
Does someone can take a look into it? I have actually no idea anymore where the problem could be.
When opening a file it just responds with error: f_open error: FR_NOT_READY