Table of Contents
Commands
Document eMMC Commands.
Command Table
CMD6
- Unlike SD, eMMC cards don't have a configuration register to notify supported bus width.
- The speed mode supported by the card can be determined by the
DEVICE_TYPE
(196th byte) of EXT_CSD.
Multiple Block Xfer Command
The following commands will continuously write/read blocks of data until a STOP_TRANSMISSION (CMD12
) follows or the requested number of block (Specified by CMD23
) received.
CMD18
- Read multiple blocks.CMD25
- Write multiple blocks.