FSPXI:CardNorDirectCommandWithAddress: Difference between revisions
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x002B0080] |- | 1 | u8 commandID |- | 2 | u8 address |} =Response= {| class="wik..." |
No edit summary |
||
Line 12: | Line 12: | ||
|- | |- | ||
| 2 | | 2 | ||
| | | u32 address | ||
|} | |} | ||
Line 29: | Line 29: | ||
=Description= | =Description= | ||
This is | This is similar to [[FSPXI:CardNorDirectCommand]], except this writes the specified address to SPICARD-FIFO(after converting it), after writing the cmdID. |