I began by trying to interface with a micro SD card using the sd_card example from the "DK" board. After a long series of debugging, I found that there is no signal on the oscilloscope when calling SSIDataPut (on either the DO pin or the SCLK pin). This is the problem I am currently running into. The real puzzling part is that there was one instance where I was able to read the contents of the SD card without problems, and one other time where I was seeing a signal on the oscilloscope, but was getting FR_DISK_ERR rather than the usual FR_NOT_READY.
I assumed this may be due to some changes I made to the circuit. Now I am simply using the spi_master example, with no changes. Still no signal when calling SSIDataPut. Although I do see that the pins drop from something like .5V to 0V when initializing.
Using the same pins in both cases: PA2-5
Any guidance would be appreciated. Has anyone else encountered something like this recently? I've done a quick search and saw similar posts from before but without definitive solutions.