C
MMC_RESPONSE SendMMCCmdManual( BYTE cmd, DWORD address );
Description
SendMMCCmd prepares a command packet and sends it out over the SPI interface. Response data of type 'R1' (as indicated by the SD/MMC product manual is returned. This function is intended to be used when the clock speed of a PIC18 device is so high that the maximum SPI divider can't reduce the clock below the maximum SD card initialization sequence speed.
Preconditions
None.
Return Values
Return Values |
Description |
The response from the card
|
Side Effects
None.
Remarks
None.