Other Parts Discussed in Thread: EK-TM4C123GXL
So I am using a tm4c123GXL and I amlooking at implementing something like this:
https://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/p/335963/1172312
However I am looking to implement it using SS2 not SSI0. This is because I have other peripherals and a custom PCB to use the following:
PB6 -> Miso
PB4 -> SCK
PB7 -> MOSI
PA3 -> SD_CS
Vcc -> Vcc
Gnd -> Gnd
The other thread i posted just seems to call
f_mount(...)
and no indication of the pins or anything. Can anyone provide help?