Difference between revisions of "FSPXI:CardNorDirectCommandWithAddress"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x002B0080] |- | 1 | u8 commandID |- | 2 | u8 address |} =Response= {| class="wik...")
 
 
Line 12: Line 12:
 
|-
 
|-
 
| 2
 
| 2
| u8 address
+
| u32 address
 
|}
 
|}
  
Line 29: Line 29:
  
 
=Description=
 
=Description=
This is identical to [[FSPXI:CardNorDirectCommand]], except this uses the input address instead of loading it from Process9 state.
+
This is similar to [[FSPXI:CardNorDirectCommand]], except this writes the specified address to SPICARD-FIFO(after converting it), after writing the cmdID.

Latest revision as of 07:38, 9 April 2014

Request[edit]

Index Word Description
0 Header code [0x002B0080]
1 u8 commandID
2 u32 address

Response[edit]

Index Word Description
0 Header code
1 Resultcode

Description[edit]

This is similar to FSPXI:CardNorDirectCommand, except this writes the specified address to SPICARD-FIFO(after converting it), after writing the cmdID.