C
BYTE MDD_CFBT_SectorRead( DWORD lda, BYTE * buf );
Description
SectorRead reads 512 bytes of data from the card starting at the sector address specified by sector_addr and stores them in the location pointed to by 'buffer'.
Preconditions
None
Parameters
Parameters |
Description |
sector_addr |
Sector address, each sector contains 512-byte |
buffer |
Buffer where data will be stored, see 'ram_acs.h' for 'block' definition. 'Block' is dependent on whether internal or external memory is used |
Returns
Side Effects
None
Remarks
None