portant;">向 eMMC Device 写数据都是按 Block 写入的。
portant;">
portant;">2.2.3 No Data
portant;">在 Host 与 eMMC Device 的通信中,有部分交互是不需要进行数据传输的,还有部分交互甚至不需要 eMMC Device 的回复 Response。
portant;">
portant;">2.2.4 Command
portant;">
portant;">如上图所示,eMMC Command 由 48 Bits 组成,各个 Bits 的解析如下所示:
Description | Start Bit | Transmission Bit | Command Index | Argument | CRC7 | End Bit |
---|
Bit position | 47 | 46 | [45:40] | [39:8] | [7:1] | 0 |
Width (bits) | 1 | 1 | 6 | 32 | 7 | 1 |
Value | "0" | "1" | x | x | x | "1" |
portant;">
portant;">Start Bit 固定为 "0",在没有数据传输的情况下,CMD 信号保持高电平,当 Host 将 Start Bit 发送到总线上时,eMMC Device 可以很方便检测到该信号,并开始接收 Command。