Trying to get the SD Card example working on the F28M36 (Control Suite) and I am unsuccessful. I have used 2GB/4GB/8GB/16GB cards and get FR_NOT_READY results on each. I am using the Control Card. Things I have tried:
1) Changing CRC code in send_cmd function, IE n=0 to n=0xFF as suggested in the forum.
2) Changed the pin mapping in mmc-concerto.c via:
SDC_GPIO_PORT_BASE, From GPIO_PORTD_BASE to GPIO_PORTR_BASE
SDC_GPIO_SYSCTL_PERIPH From SYSCTL_PERIPH_GPIOD to SYSCTL_PERIPH_GPIOR
This results in an FaultISR
At wits end here. Why doesn't this work out of the box? And why is there no documentation in the TRM on PORTR?