BOOTEN=B_0x0, BOOTMODE=B_0x0, WAITRESP=B_0x0
SDMMC command register
| CMDINDEX | Command index |
| CMDTRANS | The CPSM treats the command as a data transfer command, stops the interrupt period, and signals DataEnable to the DPSM |
| CMDSTOP | The CPSM treats the command as a Stop Transmission command and signals abort to the DPSM |
| WAITRESP | Wait for response bits 0 (B_0x0): No response, expect CMDSENT flag 1 (B_0x1): Short response, expect CMDREND or CCRCFAIL flag 2 (B_0x2): Short response, expect CMDREND flag (No CRC) 3 (B_0x3): Long response, expect CMDREND or CCRCFAIL flag |
| WAITINT | CPSM waits for interrupt request |
| WAITPEND | CPSM waits for end of data transfer (CmdPend internal signal) from DPSM |
| CPSMEN | Command path state machine (CPSM) enable bit |
| DTHOLD | Hold new data block transmission and reception in the DPSM |
| BOOTMODE | Select the boot mode procedure to be used 0 (B_0x0): Normal boot mode procedure selected 1 (B_0x1): Alternative boot mode procedure selected. |
| BOOTEN | Enable boot mode procedure 0 (B_0x0): Boot mode procedure disabled 1 (B_0x1): Boot mode procedure enabled |
| CMDSUSPEND | The CPSM treats the command as a Suspend or Resume command and signals interrupt period start/end |