FSPXI:CardNorDirectWrite

From 3dbrew
Revision as of 20:23, 9 April 2014 by Yellows8 (talk | contribs) (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>|<...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Request[edit]

Index Word Description
0 Header code [0x002E0082]
1 u8 commandID
2 u32 Size
3 (Size<<8) | <unknown>
4 Input buffer ptr

Response[edit]

Index Word Description
0 Header code
1 Resultcode

Description[edit]

This is the same as FSPXI:CardNorDirectRead, except this writes data to SPICARD-FIFO after writing the cmd-data instead of reading from FIFO.