mirror of
https://github.com/apache/nuttx.git
synced 2026-08-27 04:10:40 +00:00
docs/sdio: add reference to card initialization flowchart
This update enhances the SDIO documentation by including a reference to the card initialization flowchart in the MMC/SD physical layer specification. This addition aims to provide implementers with a clearer understanding of the complete card initialization and command sequence. Signed-off-by: Arjav Patel <arjav1528@gmail.com>
This commit is contained in:
parent
dacdb77010
commit
3d14873faa
1 changed files with 4 additions and 0 deletions
|
|
@ -53,6 +53,10 @@ lower-half, a simplified interaction around CMD9 looks like this:
|
|||
3. ``SDIO_RECVR2``: Retrieve the 136-bit response and provide the
|
||||
decoded 128-bit CID/CSD payload to the MMCSD upper-half.
|
||||
|
||||
For the complete card initialization and command sequence, refer to the
|
||||
card initialization flowchart in the MMC/SD physical layer
|
||||
specification.
|
||||
|
||||
R2 (136-bit) response and CSD/CID
|
||||
---------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue