Du läser för närvarande dokumentationen för:
ECSD_ConnectToCard
The ECSD_ConnectToCard function attempts to connect to the SD card.
ECSD_ErrorCode ECSD_ConnectToCard(void);
Parameters
None
Return value
Returns one of the ECSD error codes (ECSD_STATUS_OK on success).
Remarks
If ECSD_ConnectToCard returns ECSD_STATUS_OK you can use ECSD_ReadSector, ECSD_WriteSector and ECSD_GetVolumeInformation to access the data on the card.
See also