FSPXI:CardNorDirectWrite: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x002E0082] |- | 1 | u8 commandID |- | 2 | u32 Size |- | 3 | (Size<<8) <nowiki>|<..." |
(No difference)
|
Latest revision as of 19:23, 9 April 2014
Request
| Index Word | Description |
|---|---|
| 0 | Header code [0x002E0082] |
| 1 | u8 commandID |
| 2 | u32 Size |
| 3 | (Size<<8) | <unknown> |
| 4 | Input buffer ptr |
Response
| Index Word | Description |
|---|---|
| 0 | Header code |
| 1 | Resultcode |
Description
This is the same as FSPXI:CardNorDirectRead, except this writes data to SPICARD-FIFO after writing the cmd-data instead of reading from FIFO.