Hey,
I'm trying to get my Tiva board to be able to read/write SD cards. Is there a schematic that describes the SPI connection between the board and the SD card? I've looked at the booster board schematic, and wired up the card accordingly, but I can't get it to work with neither the SD card library from the Energia github repo nor this: https://github.com/rei-vilo/SD_TM4C .
I tried to look at the definitions of SPI.setModule in the repo to figure out which pins are wired to which module according to the SPI library, but I don't understand which hardware directory is meant for the board I have.
Cheers,
Jan