Difference between revisions of "FSPXI:CardNorDirectWriteWithAddress"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x002F00C2] |- | 1 | u8 commandID |- | 2 | u32 address |- | 3 | u32 Size |- | 4 | ...")
 
(No difference)

Latest revision as of 20:26, 9 April 2014

Request[edit]

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

Response[edit]

Index Word Description
0 Header code
1 Resultcode

Description[edit]

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